|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.garret.serme.impl.BufferedObjectDataInputStream
org.garret.serme.BufferedObjectInputStream
Class used to fetch serialized objects. Unlike ObjectInputStream which reads data only
from byte array, this class is able to extract data from any input stream.
This class should be used by applications which need serialization mechanism, but do not
require per-object manipulation (add/update/remove). This class
is able to extract objects, serialized by ObjectDataOutputSream
Constructor Summary | |
BufferedObjectInputStream(java.io.InputStream is)
Constructor of ObjectInputStream. |
Methods inherited from class org.garret.serme.impl.BufferedObjectDataInputStream |
close, readArrayOfBoolean, readArrayOfByte, readArrayOfChar, readArrayOfDate, readArrayOfInt, readArrayOfLong, readArrayOfObject, readArrayOfShort, readArrayOfString, readBoolean, readByte, readChar, readDate, readInt, readLong, readObject, readShort, readString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BufferedObjectInputStream(java.io.InputStream is)
is
- input stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |