Method Summary |
|
public float | get() Reads the float at this buffer's current position,
and then increments the position. |
public float | get(int index) Reads the float at the given offset into the buffer. |
public FloatBufferWrapper | get(float[] dst) Bulk get method. |
public FloatBufferWrapper | get(float[] dst, int offset, int length) Bulk get method. |
public java.nio.Buffer | getBuffer() Returns the java.nio.Buffer contained within this
FloatBufferWrapper. |
public J3DBuffer | getJ3DBuffer() Creates and returns a J3DBuffer object containing the
buffer in this FloatBufferWrapper object. |
public boolean | isDirect() |
public FloatBufferWrapper | put(float[] src) Bulk put method. |