Skip to main content

Class: NativeByteBuffer

This page documents the methods and fields available in the NativeByteBuffer class.

Members

SignatureDescription
NativeByteBuffer(int)Creates a new instance of NativeByteBuffer.
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(byte)Sets or updates the the value.
set(int, byte)Sets or updates the the value.
setPosition(int)Sets or updates the position.