public interface ObjectInput extends DataInput
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
Object |
readObject() |
long |
skip(long var0) |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
int available() throws IOException
IOException
void close() throws IOException
IOException
int read() throws IOException
IOException
int read(byte[] var0) throws IOException
IOException
int read(byte[] var0, int var1, int var2) throws IOException
IOException
Object readObject() throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
long skip(long var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.