NativeIntBuffer
Complete API reference for NativeIntBuffer, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Buffers
Component: no
public class NativeIntBuffer
Constructors
| Signature | Description |
|---|---|
NativeIntBuffer(NativeIntBuffer) | Executes NativeIntBuffer and returns after the underlying engine call finishes. |
NativeIntBuffer(Engine) | Executes NativeIntBuffer and returns after the underlying engine call finishes. |
NativeIntBuffer(int) | Creates a new instance of NativeIntBuffer. |
Attributes
| Name | Type | Description |
|---|---|---|
buffer | NativeIntBuffer | Represents the buffer value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
get(int) | int | Returns the current value. |
set(int, int) | void | Sets or updates the the value. |
put(int) | void | Sets or updates the the value. |
capacity() | int | Executes capacity and returns after the underlying engine call finishes. |
getPosition() | int | Returns the current position. |
Position(int) | void | Performs the Position operation using the provided parameters (idx). |
setPosition(int) | void | Sets or updates the position. |