|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.yale.emailet.ObjectLoaderImpl
A object loader simply deserialize and return an object. For more info, see the doc for the ObjectLoader interface.
ObjectLoader
Constructor Summary | |
ObjectLoaderImpl()
|
Method Summary | |
java.lang.Object |
readObject(java.io.ObjectInputStream inStream)
deserialize an object from inStream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectLoaderImpl()
Method Detail |
public java.lang.Object readObject(java.io.ObjectInputStream inStream) throws java.io.OptionalDataException, java.lang.ClassNotFoundException, java.io.IOException, java.io.StreamCorruptedException
readObject
in interface ObjectLoader
java.io.OptionalDataException
java.lang.ClassNotFoundException
java.io.IOException
java.io.StreamCorruptedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |