Package org.jnetpcap.nio

Native memory and IO management classes.

See:
          Description

Interface Summary
JByteBuffer  
JStructBuffer.JStructField  
 

Class Summary
JBuffer A direct ByteBuffer stored in native memory
JFunction A special memory peer to a function pointer
JMappedBuffer  
JMemory A base class for all other PEERED classes to native c structures.
JMemoryPool Provides a mechanism for allocating memory to JMemory objects.
JMemoryPool.Block A block of native memory allocated with malloc.
JNumber A peered number pointer class that stores and retrieves number values from native/direct memory locations.
JObjectBuffer A special buffer that also allows java object references to be set within the buffer's memory.
JReference A specialized class that is used for managing JNI global object references.
JStruct Base class for peered pure structure classes.
JStructBuffer  
 

Enum Summary
JMemory.Type Used in special memory allocation.
JNumber.Type Used to request a specific type of primitive that this number will be dealing with possibly allocating memory more efficiently to fit the primitive type.
 

Package org.jnetpcap.nio Description

Native memory and IO management classes.