|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--java.io.ObjectInputStream | +--pnuts.ext.PnutsObjectInputStream
This class deserializes primitive date and objects. Classes are resolved using the classloader of the context passed to the constructor.
Inner classes inherited from class java.io.ObjectInputStream |
java.io.ObjectInputStream.GetField |
Constructor Summary | |
PnutsObjectInputStream(java.io.InputStream in,
Context context)
|
Method Summary | |
protected java.lang.Class |
resolveClass(java.io.ObjectStreamClass objectStreamClass)
|
void |
setContext(Context context)
|
Methods inherited from class java.io.ObjectInputStream |
available,
close,
defaultReadObject,
enableResolveObject,
read,
read,
readBoolean,
readByte,
readChar,
readDouble,
readFields,
readFloat,
readFully,
readFully,
readInt,
readLine,
readLong,
readObject,
readObjectOverride,
readShort,
readStreamHeader,
readUnsignedByte,
readUnsignedShort,
readUTF,
registerValidation,
resolveObject,
skipBytes |
Methods inherited from class java.io.InputStream |
mark,
markSupported,
read,
reset,
skip |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PnutsObjectInputStream(java.io.InputStream in, Context context) throws java.io.IOException, java.io.StreamCorruptedException
Method Detail |
public void setContext(Context context)
protected java.lang.Class resolveClass(java.io.ObjectStreamClass objectStreamClass) throws java.io.IOException, java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |