public interface RepositionableStream
| Modifier and Type | Method and Description |
|---|---|
long |
position()
Returns the current stream position.
|
void |
position(long newPosition)
Sets the current stream position.
|
void position(long newPosition)
throws IOException
newPosition - the new stream position.IOExceptionlong position()
throws IOException
IOExceptionCopyright © 2006–2019 GeoSolutions. All rights reserved.