Package com.jogamp.common.nio

JogAmp NIO Utilities

See:
          Description

Interface Summary
NativeBuffer<B extends NativeBuffer> Hardware independent container for various kinds of buffers.
 

Class Summary
AbstractBuffer<B extends AbstractBuffer>  
AbstractLongBuffer<B extends AbstractLongBuffer> Hardware independent container for native pointer arrays.
Buffers Utility methods allowing easy Buffer manipulations.
CachedBufferFactory Buffer factory attempting to reduce buffer creation overhead.
Int64Buffer Hardware independent container for native int64_t arrays.
PointerBuffer Hardware independent container for native pointer arrays.
StructAccessor  
 

Package com.jogamp.common.nio Description

JogAmp NIO Utilities