Wraps a Float64Array in a direct DoubleBuffer.
Wraps a Float32Array in a direct FloatBuffer.
Wraps an Int32Array in a direct IntBuffer.
Wraps an Int16Array in a direct ShortBuffer.
Wraps a Uint16Array in a direct CharBuffer.
Wraps an Int8Array in a direct ByteBuffer.
Wraps an ArrayBuffer in a direct ByteBuffer.
Wraps an ArrayBuffer in a direct ByteBuffer.
Factory methods to create direct buffers from Typed Arrays.
All buffers created by the methods of this object are direct buffers with the native byte order of the platform.