@InterfaceAudience.Public @InterfaceStability.Evolving public interface Seekable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getPos()
Return the current offset from the start of the file
|
void |
seek(long pos)
Seek to the given offset from the start of the file.
|
void seek(long pos) throws IOException
IOExceptionlong getPos() throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.