NASA World Wind

gov.nasa.worldwind.util
Class BufferWrapper.NIOBufferWrapper

java.lang.Object
  extended by gov.nasa.worldwind.util.BufferWrapper
      extended by gov.nasa.worldwind.util.BufferWrapper.NIOBufferWrapper
Direct Known Subclasses:
BufferWrapper.ByteBufferWrapper, BufferWrapper.FloatBufferWrapper, BufferWrapper.IntBufferWrapper, BufferWrapper.ShortBufferWrapper
Enclosing class:
BufferWrapper

public abstract static class BufferWrapper.NIOBufferWrapper
extends BufferWrapper


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.util.BufferWrapper
BufferWrapper.ByteBufferWrapper, BufferWrapper.FloatBufferWrapper, BufferWrapper.IntArrayWrapper, BufferWrapper.IntBufferWrapper, BufferWrapper.NIOBufferWrapper, BufferWrapper.ShortBufferWrapper
 
Constructor Summary
BufferWrapper.NIOBufferWrapper(Buffer source)
           
 
Method Summary
 int length()
           
 
Methods inherited from class gov.nasa.worldwind.util.BufferWrapper
getDouble, getDouble, getInt, getInt, getSizeInBytes, putDouble, putDouble, putInt, putInt, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferWrapper.NIOBufferWrapper

public BufferWrapper.NIOBufferWrapper(Buffer source)
Method Detail

length

public int length()
Specified by:
length in class BufferWrapper

NASA World Wind