public interface SeekableDataInput extends Seekable, java.io.DataInput
int
read()
read(byte[] b)
read(byte[] b, int off, int len)
getFilePointer, seek
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
int read() throws java.io.IOException
java.io.IOException
int read(byte[] b) throws java.io.IOException
int read(byte[] b, int off, int len) throws java.io.IOException