Class: NativeCharBuffer
This page documents the methods and fields available in the NativeCharBuffer class.
Members
| Signature | Description |
|---|---|
NativeCharBuffer(int) | Creates a new instance of NativeCharBuffer. |
Position(int) | Performs the Position operation using the provided parameters (idx). |
capacity() | Performs the capacity operation. |
get(int) | Returns the current value. |
getPosition() | Returns the current position. |
put(char) | Sets or updates the the value. |
set(int, char) | Sets or updates the the value. |
setPosition(int) | Sets or updates the position. |