java.lang.Objectjava.io.InputStream
java.io.ObjectInputStream
org.jboss.util.stream.CustomObjectInputStreamWithClassloader
All Implemented Interfaces:
ObjectStreamConstants, ObjectInput, Closeable
readClassDescriptor() in order to read a short
class descriptor (just the class name) when deserializing an
object< - a href="mailto:rickard@dreambean.com">Rickard Oberg< - a href="mailto:reverbel@ime.usp.br">Francisco Reverbel$ - Revision: 37459 $| Field Summary | ||
|---|---|---|
| ClassLoader | cl | The classloader to use when the default classloader cannot find the classes in the stream. |
| Constructor: |
|---|
|
| Method from org.jboss.util.stream.CustomObjectInputStreamWithClassloader Summary: |
|---|
| readClassDescriptor, resolveClass, resolveProxyClass |
| Methods from java.io.ObjectInputStream: |
|---|
| available, close, defaultReadObject, read, read, readBoolean, readByte, readChar, readDouble, readFields, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readShort, readUTF, readUnshared, readUnsignedByte, readUnsignedShort, registerValidation, skipBytes |
| Methods from java.io.InputStream: |
|---|
| available, close, mark, markSupported, read, read, read, reset, skip |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.util.stream.CustomObjectInputStreamWithClassloader Detail: |
|---|
|
|
|