| Package | Description |
|---|---|
| io.jstuff.pipeline.buffer |
Buffering classes for pipelines
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayPipeline<R>
A pipeline that takes
byte arrays and emits each byte as an int. |
class |
ByteBufferPipeline<R>
|
class |
CharBufferPipeline<R>
A pipeline that takes
CharBuffers and emits each character as an int. |
class |
CharSequencePipeline<R>
A pipeline that takes
CharSequence objects (e.g. |
Copyright © 2025. All rights reserved.