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

Packages that use ByteOrderWrapper
javax.media.ding3d.internal   
 

Uses of ByteOrderWrapper in javax.media.ding3d.internal
 

Fields in javax.media.ding3d.internal declared as ByteOrderWrapper
static ByteOrderWrapper ByteOrderWrapper.BIG_ENDIAN
          Static initializer creates object of this type.
static ByteOrderWrapper ByteOrderWrapper.LITTLE_ENDIAN
          Static initializer creates object of this type.
 

Methods in javax.media.ding3d.internal that return ByteOrderWrapper
static ByteOrderWrapper ByteOrderWrapper.nativeOrder()
          Returns the native byte order of the host system.
 ByteOrderWrapper ByteBufferWrapper.order()
          Returns the byte order of this buffer.
 

Methods in javax.media.ding3d.internal with parameters of type ByteOrderWrapper
 ByteBufferWrapper ByteBufferWrapper.order(ByteOrderWrapper bo)
          Modifies this buffer's byte order.