Package org.jnetpcap.nio

Native memory and IO management classes.

See:
          Description

Interface Summary
Disposable Allows resources to be deterministicly reclaimed.
Link<T> The Interface Link.
 

Class Summary
DisposableGC Specialized garbage-collector that invokes the.
DisposableReference A reference, who's data can be disposed of using DisposableReference.dispose() method invokation.
JBuffer A direct buffer stored in native memory.
JBufferInputStream IO InputStream class that reads data out of a JBuffer.
JFunction A special memory peer to a function pointer.
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.
JMemoryReference The Class JMemoryReference.
JNumber A peered number pointer class that stores and retrieves number values from native/direct memory locations.
JStruct Base class for peered pure structure classes.
LinkSequence<T> The Class LinkSequence.
 

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.