java.lang.Objectjava.io.InputStream
java.io.ObjectInputStream
org.apache.catalina.util.CustomObjectInputStream
All Implemented Interfaces:
ObjectStreamConstants, ObjectInput, Closeable
ObjectInputStream that loads from the
class loader for this web application. This allows classes defined only
with the web application to be found correctly.Craig - R. McClanahanBip - Thelin$ - Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $| Constructor: |
|---|
|
| Method from org.apache.catalina.util.CustomObjectInputStream Summary: |
|---|
| 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.apache.catalina.util.CustomObjectInputStream Detail: |
|---|
|
|