| Class | Description |
|---|---|
| ByteArrayPipeline<R> |
A pipeline that takes
byte arrays and emits each byte as an int. |
| ByteBufferPipeline<R> | |
| CharBufferPipeline<R> |
A pipeline that takes
CharBuffers and emits each character as an int. |
| CharSequencePipeline<R> |
A pipeline that takes
CharSequence objects (e.g. |
Classes that accept composite forms of data and emit the individual bytes or characters of the composite.
These classes all use the ObjectIntPipeline interface, which includes
methods for accepting objects and emitting the byte or character contents as int.
Copyright © 2025. All rights reserved.