<<< DataInputStream, binary input stream | Index | DataInputStream methods >>> |
Common methods of the DataInput interface
Method Throws -------------- --------------- readBoolean() EOFException readInt() EOFException readDouble() EOFException readChar() EOFException readUTF() EOFException skipBytes(int) EOFException
<<< DataInputStream, binary input stream | Index | DataInputStream methods >>> |