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