All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.io.DataInputStream
|
+----java.io.ObjectInputStream
|
+----java.rmi.server.MarshalInputStream
A new MarshalInputStream should be created to deserialize remote objects or graphs containing remote objects. Objects are created from the stream using the ObjectInputStream.readObject method. MarshalInputStream uses information embedded in the stream to locate and load stub classes, if those stubs are not available locally.
public MarshalInputStream(InputStream in) throws IOException, StreamCorruptedException
protected Class resolveClass(String classname) throws IOException, ClassNotFoundException
All Packages Class Hierarchy This Package Previous Next Index