Uses of Class
javax.media.ding3d.internal.ByteBufferWrapper

Packages that use ByteBufferWrapper
javax.media.ding3d.internal   
 

Uses of ByteBufferWrapper in javax.media.ding3d.internal
 

Methods in javax.media.ding3d.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(ByteOrderWrapper bo)
          Modifies this buffer's byte order.
 ByteBufferWrapper ByteBufferWrapper.put(byte[] src)
          Bulk put method.