public interface Seekable
| Modifier and Type | Method and Description | 
|---|---|
| void | seek(long position) | 
| long | tell() | 
void seek(long position) throws IOException
IOExceptionlong tell() throws IOException
IOExceptionCopyright © 2009-2017 Apache Software Foundation. All Rights Reserved.