readBoolean
public boolean readBoolean()
throws IOException,
EOFExceptionjava.io.DataInput.readBoolean()
readByte
public byte readByte()
throws IOException,
EOFExceptionjava.io.DataInput.readByte()
readChar
public char readChar()
throws IOException,
EOFExceptionjava.io.DataInput.readChar()
readDouble
public double readDouble()
throws IOException,
EOFExceptionjava.io.DataInput.readDouble()
readFloat
public float readFloat()
throws IOException,
EOFExceptionjava.io.DataInput.readFloat()
readFully
public void readFully(byte[] data)
throws IOException,
EOFExceptionjava.io.DataInput.readFully(byte[])
readFully
public void readFully(byte[] data,
int offset,
int length)
throws IOException,
EOFExceptionjava.io.DataInput.readFully(byte[], int, int)
readInt
public int readInt()
throws IOException,
EOFExceptionjava.io.DataInput.readInt()
readLine
public String readLine()
throws IOException,
EOFException Not currently supported.
java.io.DataInput.readLine()
readLong
public long readLong()
throws IOException,
EOFExceptionjava.io.DataInput.readLong()
readShort
public short readShort()
throws IOException,
EOFExceptionjava.io.DataInput.readShort()
readUTF
public String readUTF()
throws IOException,
EOFException Not currently supported.
java.io.DataInput.readUTF()
readUnsignedByte
public int readUnsignedByte()
throws IOException,
EOFExceptionjava.io.DataInput.readUnsignedByte()
readUnsignedShort
public int readUnsignedShort()
throws IOException,
EOFExceptionjava.io.DataInput.readUnsignedShort()
skipBytes
public int skipBytes(int count)
throws IOException,
EOFExceptionjava.io.DataInput.skipBytes(int)