All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----java.io.FilterInputStream | +----java.io.DataInputStream | +----semper.util.serial.SourceStream
To internalize object o
of class ClassA
, create
a SourceStream object stream
and use its method
readObject
to read the object's internal state from
the input stream
in
:
SourceStream(InputStream)
readObject()
SourceStream
public SourceStream(InputStream in) throws IOException, StreamIOException
readObject
public final synchronized Object readObject() throws IOException, StreamIOException
STRINGTYPE
.
All Packages Class Hierarchy This Package Previous Next Index