Uses of Class
rebuild.comp.java.nio.ShortBuffer

Packages that use ShortBuffer
rebuild.comp.java.nio   
 

Uses of ShortBuffer in rebuild.comp.java.nio
 

Methods in rebuild.comp.java.nio that return ShortBuffer
abstract  ShortBuffer ByteBuffer.asShortBuffer()
          Creates a view of this byte buffer as a short buffer.
abstract  ShortBuffer ShortBuffer.put(short s)
          Writes the given short into this buffer at the current position, and then increments the position.