|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeekableStore
Represents a Store that can be seeked to a random position.
All the data passed to this store must be remembered until Store.cleanup()
is invoked, in case a seek(long) repositions on pa previously read
data.
Store| Method Summary | |
|---|---|
void |
seek(long position)
Reposition this Store on a previously read position. |
| Methods inherited from interface com.gc.iotools.stream.store.Store |
|---|
cleanup, get, put |
| Method Detail |
|---|
void seek(long position)
throws IOException
Store on a previously read position.
position - position to read the data from.
IOException - If some error in the internal store happens.
EOFException - If a position is greater than the actual Store
size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||