public interface RemoteMarkable
Modifier and Type | Method and Description |
---|---|
long |
getMarkPosition()
Return the saved mark position without moving the mark pointer.
|
void |
markPosition(long position)
Indicate that the specified position should be returned to in the case of
Resettable.reset() being called. |
void markPosition(long position) throws IOException
Resettable.reset()
being called.IOException
long getMarkPosition() throws IOException
IOException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.