package buffer
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
BiBuffer extends NiolBuffer
A buffer made of two buffers.
-
abstract
class
CircularBuffer extends NiolBuffer
A fixed-length circular buffer (aka "ring buffer").
-
final
class
ExpandingOutput extends NiolOutput
An in-memory output that expands automatically to accept all the data.
An in-memory output that expands automatically to accept all the data. Expansion is done by obtaining new buffers from the specified
StorageProvider. - abstract class NiolBuffer extends NiolInput with NiolOutput
Value Members
- object CircularBuffer