| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
Provides read-only, positional primitive and primitive array methods to any of the four resources
mentioned in the package level documentation.
|
class |
WritableBuffer
Provides read and write, positional primitive and primitive array access to any of the four
resources mentioned at the package level.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBuffer |
BaseBuffer.incrementAndCheckPosition(long increment)
Increments the current position by the given increment.
|
BaseBuffer |
BaseBuffer.incrementPosition(long increment)
Increments the current position by the given increment.
|
BaseBuffer |
BaseBuffer.resetPosition()
Resets the current position to the start position,
This does not modify any data.
|
BaseBuffer |
BaseBuffer.setAndCheckPosition(long position)
Sets the current position.
|
BaseBuffer |
BaseBuffer.setAndCheckStartPositionEnd(long start,
long position,
long end)
Sets start position, current position, and end position.
|
BaseBuffer |
BaseBuffer.setPosition(long position)
Sets the current position.
|
BaseBuffer |
BaseBuffer.setStartPositionEnd(long start,
long position,
long end)
Sets start position, current position, and end position.
|
Copyright © 2015–2018 Yahoo! Inc.. All rights reserved.