Public Member Functions | |
SerialInput (InputStream in, ClassCatalog classCatalog) throws IOException | |
SerialInput (InputStream in, ClassCatalog classCatalog, ClassLoader classLoader) throws IOException |
ObjectInputStream
that gets class description information from a ClassCatalog
. It is used by SerialBinding
.This class is used instead of an ObjectInputStream, which it extends, to read an object stream written by the SerialOutput class. For reading objects from a database normally one of the serial binding classes is used. SerialInput is used when an ObjectInputStream is needed along with compact storage. A ClassCatalog must be supplied, however, to stored shared class descriptions.
Definition at line 35 of file SerialInput.java.
|
Creates a serial input stream.
Definition at line 49 of file SerialInput.java. |
|
Creates a serial input stream.
Definition at line 67 of file SerialInput.java. |