sisc.ser
Interface Seekable

All Known Subinterfaces:
SeekableDataInput
All Known Implementing Classes:
BufferedRandomAccessInputStream, MemoryRandomAccessInputStream, SeekableDataInputStream, SeekableInputStream

public interface Seekable


Method Summary
 long getFilePointer()
           
 void seek(long pos)
           
 

Method Detail

seek

void seek(long pos)
          throws java.io.IOException
Throws:
java.io.IOException

getFilePointer

long getFilePointer()
                    throws java.io.IOException
Throws:
java.io.IOException