Package java.io
Interface DataInput
- All Known Subinterfaces:
Datagram
,ObjectInput
- All Known Implementing Classes:
DataInputStream
,ObjectInputStream
,RandomAccessFile
public interface DataInput
-
Method Details
-
readBoolean
- Throws:
IOException
-
readByte
- Throws:
IOException
-
readChar
- Throws:
IOException
-
readDouble
- Throws:
IOException
-
readFloat
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLine
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readShort
- Throws:
IOException
-
readUTF
- Throws:
IOException
-
readUnsignedByte
- Throws:
IOException
-
readUnsignedShort
- Throws:
IOException
-
skipBytes
- Throws:
IOException
-