public interface Seekable
Modifier and Type | Method and Description |
---|---|
void |
seek(long position) |
long |
tell() |
void seek(long position) throws IOException
IOException
long tell() throws IOException
IOException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.