public interface ObjectInput extends DataInput
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
Object |
readObject() |
long |
skip(long n) |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
Object readObject() throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
int read() throws IOException
IOException
int read(byte[] b) throws IOException
IOException
int read(byte[] b, int off, int len) throws IOException
IOException
long skip(long n) throws IOException
IOException
int available() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2005–2019 Javolution. All rights reserved.