Uses of Class
com.sun.j3d.internal.ByteBufferWrapper

Packages that use ByteBufferWrapper
com.sun.j3d.internal   
 

Uses of ByteBufferWrapper in com.sun.j3d.internal
 

Methods in com.sun.j3d.internal that return ByteBufferWrapper
static ByteBufferWrapper ByteBufferWrapper.allocateDirect(int capacity)
          Allocate a direct ByteBuffer with the given capacity.
 ByteBufferWrapper ByteBufferWrapper.get(byte[] dst)
          Bulk get method.
 ByteBufferWrapper ByteBufferWrapper.get(byte[] dst, int offset, int length)
          Bulk get method.
 ByteBufferWrapper ByteBufferWrapper.order(java.nio.ByteOrder bo)
          Modifies this buffer's byte order.
 ByteBufferWrapper ByteBufferWrapper.put(byte[] src)
          Bulk put method.