Modifier and Type | Interface and Description |
---|---|
interface |
Buffer
Defines the read-only API for relative positional access to a resource.
|
interface |
WritableBuffer
Defines the writable API for relative positional access to a resource
|
Modifier and Type | Method and Description |
---|---|
Positional |
Positional.incrementPosition(long increment)
Increments the current position by the given increment.
|
Positional |
Positional.resetPosition()
Resets the current position to the start position,
This does not modify any data.
|
Positional |
Positional.setPosition(long position)
Sets the current position.
|
Positional |
Positional.setStartPositionEnd(long start,
long position,
long end)
Sets start position, current position, and end position.
|
Copyright © 2015–2024. All rights reserved.