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