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

Packages that use BufferWrapper
com.sun.j3d.internal   
 

Uses of BufferWrapper in com.sun.j3d.internal
 

Subclasses of BufferWrapper in com.sun.j3d.internal
 class ByteBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 class DoubleBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 class FloatBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 

Methods in com.sun.j3d.internal that return BufferWrapper
 BufferWrapper BufferWrapper.position(int newPosition)
          Sets this buffer's position.
 BufferWrapper BufferWrapper.rewind()
          Resets this buffer's position to the previously marked position.