BufferUtils
Complete API reference for BufferUtils, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Buffers
Component: no
public class BufferUtils
Static Methods
| Signature | Returns | Description |
|---|---|---|
createByteBuffer(int) | ByteBuffer | Creates a new byte buffer. |
createByteBuffer(byte[]) | ByteBuffer | Creates a new byte buffer. |
createFloatBuffer(int) | FloatBuffer | Creates a new float buffer. |
createFloatBuffer(float[]) | FloatBuffer | Creates a new float buffer. |
createIntBuffer(int) | IntBuffer | Creates a new int buffer. |
createIntBuffer(int[]) | IntBuffer | Creates a new int buffer. |
createVector3Buffer(int) | Vector3Buffer | Creates a new vector3 buffer. |
createVector3Buffer(Vector3[]) | Vector3Buffer | Creates a new vector3 buffer. |
createVector2Buffer(int) | Vector2Buffer | Creates a new vector2 buffer. |
createVector2Buffer(Vector2[]) | Vector2Buffer | Creates a new vector2 buffer. |
createPoint3Buffer(int) | Point3Buffer | Creates a new point3 buffer. |
createPoint3Buffer(Point3[]) | Point3Buffer | Creates a new point3 buffer. |