public class SeekableDataInputStream extends java.io.DataInputStream implements SeekableDataInput, java.io.ObjectInput
Constructor and Description |
---|
SeekableDataInputStream(SeekableInputStream s) |
Modifier and Type | Method and Description |
---|---|
long |
getFilePointer() |
java.lang.Object |
readObject() |
void |
seek(long pos) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read, read, read
protected Seekable sis
public SeekableDataInputStream(SeekableInputStream s)
public void seek(long pos) throws java.io.IOException
public long getFilePointer() throws java.io.IOException
getFilePointer
in interface Seekable
java.io.IOException
public java.lang.Object readObject() throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface java.io.ObjectInput
java.io.IOException
java.lang.ClassNotFoundException