Package org.eclipse.net4j.buffer

The Net4j transport layer concepts for dealing with buffers.


Interface Summary
IBuffer Basic unit of transport in Net4j.
IBufferHandler Provides clients with the ability to pass IBuffers in for further buffer handling.
IBufferPool Provides clients with the ability to obtain and retain pooled IBuffers.
IBufferPool.Introspection Offers additional introspection features for IBufferPools.
IBufferProvider Provides clients with the ability to obtain and retain IBuffers.
IBufferProvider.Introspection Offers additional introspection features for IBufferProviders.
 

Class Summary
BufferInputStream A buffer handler that defragments the passed buffers into a continuous byte sequence which is exposed as an input stream.
BufferOutputStream An output stream that fragments the written byte sequence into fixed-sized buffers and passes them to configured buffer handler.
 

Enum Summary
BufferState Enumerates the internal states of an IBuffer.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.