| public final int | DataInputStream::read(byte b[]) throws IOException |
| public final int | DataInputStream::read(byte b[], int off, int len) throws IOException |
| public final void | DataInputStream::readFully(byte b[]) throws IOException |
| public final void | DataInputStream::readFully(byte b[], int off, int len) throws IOException |
| public final int | DataInputStream::skipBytes(int n) throws IOException |
| public final boolean | DataInputStream::readBoolean() throws IOException |
| public final byte | DataInputStream::readByte() throws IOException |
| public final int | DataInputStream::readUnsignedByte() throws IOException |
| public final short | DataInputStream::readShort() throws IOException |
| public final int | DataInputStream::readUnsignedShort() throws IOException |
| public final char | DataInputStream::readChar() throws IOException |
| public final int | DataInputStream::readInt() throws IOException |
| public final long | DataInputStream::readLong() throws IOException |
| public final float | DataInputStream::readFloat() throws IOException |
| public final double | DataInputStream::readDouble() throws IOException |
| public final String | DataInputStream::readLine() throws IOException |
| public final String | DataInputStream::readUTF() throws IOException |
| public final static String | DataInputStream::readUTF(DataInput in) throws IOException |