| Class | Description |
|---|---|
| BufferFactory |
This abstract class defined all the methods needed by a BufferFactory
|
| BufferFactoryFinder |
This class is responsible to discover the buffer
|
| BufferFactoryPlugin |
This class defined the interface for new buffer factory plug-in
|
| BufferPlugin |
This class defined the interface for each new buffer plug-in
|
| BufferRaw |
This class is a RAW implementation of the buffer abstract class
|
| BufferRawFactory |
Implementation of the abstract BufferFactory for the RAW encoding
|
| BufferXDR |
This class is a XDR extension of the BufferRAW class
|
| BufferXDRFactory |
Implementation of the abstract BufferFactory for the RAW encoding
|
| POPBuffer |
This abstract class defined all the required methods to implement a buffer.
|
| POPByteBuffer |