All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.ObjectInputStreamWithLoader

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----java.io.ObjectInputStream
                   |
                   +----com.sun.jaw.reference.common.ObjectInputStreamWithLoader

public class ObjectInputStreamWithLoader
extends ObjectInputStream
The class deserializes an object in the context of a specific class loader.


Constructor Index

 o ObjectInputStreamWithLoader(InputStream, ClassLoader)

Constructors

 o ObjectInputStreamWithLoader
 public ObjectInputStreamWithLoader(InputStream in,
                                    ClassLoader theLoader) throws IOException, StreamCorruptedException
Throws: IOException
Signals that an I/O exception of some sort has occurred.
Throws: StreamCorruptedException
The object stream is corrupt.

All Packages  Class Hierarchy  This Package  Previous  Next  Index