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, skipBytesObject readObject() throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionint read() throws IOException
IOExceptionint read(byte[] b) throws IOException
IOExceptionint read(byte[] b,
int off,
int len)
throws IOException
IOExceptionlong skip(long n) throws IOException
IOExceptionint available()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2005–2024 Javolution. All rights reserved.