| java.lang.Object java.io.InputStream java.io.ObjectInputStream java.beans.CustomizedObjectInputStream
CustomizedObjectInputStream | class CustomizedObjectInputStream extends ObjectInputStream (Code) | | Customized object input stream that allows to read objects by specified class
loader
|
Methods inherited from java.io.ObjectInputStream | public int available() throws IOException(Code)(Java Doc) public void close() throws IOException(Code)(Java Doc) public void defaultReadObject() throws IOException, ClassNotFoundException, NotActiveException(Code)(Java Doc) protected boolean enableResolveObject(boolean enable) throws SecurityException(Code)(Java Doc) public int read() throws IOException(Code)(Java Doc) public int read(byte[] buffer, int offset, int length) throws IOException(Code)(Java Doc) public boolean readBoolean() throws IOException(Code)(Java Doc) public byte readByte() throws IOException(Code)(Java Doc) public char readChar() throws IOException(Code)(Java Doc) protected ObjectStreamClass readClassDescriptor() throws IOException, ClassNotFoundException(Code)(Java Doc) public double readDouble() throws IOException(Code)(Java Doc) public GetField readFields() throws IOException, ClassNotFoundException, NotActiveException(Code)(Java Doc) public float readFloat() throws IOException(Code)(Java Doc) public void readFully(byte[] buffer) throws IOException(Code)(Java Doc) public void readFully(byte[] buffer, int offset, int length) throws IOException(Code)(Java Doc) public int readInt() throws IOException(Code)(Java Doc) public String readLine() throws IOException(Code)(Java Doc) public long readLong() throws IOException(Code)(Java Doc) final public Object readObject() throws OptionalDataException, ClassNotFoundException, IOException(Code)(Java Doc) protected Object readObjectOverride() throws OptionalDataException, ClassNotFoundException, IOException(Code)(Java Doc) public short readShort() throws IOException(Code)(Java Doc) protected void readStreamHeader() throws IOException, StreamCorruptedException(Code)(Java Doc) public String readUTF() throws IOException(Code)(Java Doc) public Object readUnshared() throws IOException, ClassNotFoundException(Code)(Java Doc) public int readUnsignedByte() throws IOException(Code)(Java Doc) public int readUnsignedShort() throws IOException(Code)(Java Doc) public synchronized void registerValidation(ObjectInputValidation object, int priority) throws NotActiveException, InvalidObjectException(Code)(Java Doc) protected Class> resolveClass(ObjectStreamClass osClass) throws IOException, ClassNotFoundException(Code)(Java Doc) protected Object resolveObject(Object object) throws IOException(Code)(Java Doc) protected Class> resolveProxyClass(String[] interfaceNames) throws IOException, ClassNotFoundException(Code)(Java Doc) public int skipBytes(int length) throws IOException(Code)(Java Doc)
|
|
|