Package java.io
Interface ObjectInput
- All Superinterfaces:
DataInput
- All Known Implementing Classes:
ObjectInputStream
-
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
available
- Throws:
IOException
-
close
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
readObject
- Throws:
ClassNotFoundException
IOException
-
skip
- Throws:
IOException
-