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, skipBytesavailable, close, mark, markSupported, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, readprotected 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 Seekablejava.io.IOExceptionpublic java.lang.Object readObject()
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject in interface java.io.ObjectInputjava.io.IOExceptionjava.lang.ClassNotFoundException