|
Class Summary |
| Buffer |
A Buffer provides a buffering service for values, based on an index. |
| BufferedDataSource |
A data source providing a buffering service
Designed to be a wrapper around a DataSource, somewhat like what's done
for the java InputStreams. |
| DelayedBuffer |
Unlike parent's, this buffer deletes old elements and give priority to the newly set elements. |
| ResizeableBuffer |
The ResizeableBuffer is a simple buffer that can resize itself
when necessary (getting bigger or smaller), within a maximum
memory usage limit. |
| SimpleBuffer |
The SimpleBuffer policy is to store up to bufferSize values of contiguous
index. |