Packages

package buffer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class BiBuffer extends NiolBuffer

    A buffer made of two buffers.

  2. abstract class CircularBuffer extends NiolBuffer

    A fixed-length circular buffer (aka "ring buffer").

  3. 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.

  4. abstract class NiolBuffer extends NiolInput with NiolOutput

Value Members

  1. object CircularBuffer

Ungrouped