com.nothome.delta.text
Interface SeekableSource

All Superinterfaces:
Closeable, Readable
All Known Implementing Classes:
CharBufferSeekableSource

public interface SeekableSource
extends Readable, Closeable

Text seekable source


Method Summary
 void seek(long pos)
          Sets the position for the next read operation.
 
Methods inherited from interface java.lang.Readable
read
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

seek

void seek(long pos)
          throws IOException
Sets the position for the next read operation.

Throws:
IOException


Copyright © 2003-2008. All Rights Reserved.