public interface SeekableSource
| Modifier and Type | Method and Description |
|---|---|
Seekable |
get(long pos) |
long |
size() |
boolean |
supportsAbsolutePosition()
True if Seekables obtained by the source support absolution positions
|
boolean supportsAbsolutePosition()
Seekable get(long pos) throws IOException
IOExceptionlong size() throws IOException
IOExceptionCopyright © 2020. All rights reserved.