| Package | Description |
|---|---|
| io.jstuff.pipeline |
Pipeline conversion library for Java
|
| io.jstuff.pipeline.base64 | |
| io.jstuff.pipeline.buffer |
Buffering classes for pipelines
|
| io.jstuff.pipeline.codec |
UTF-16 encoding and decoding classes
|
| io.jstuff.pipeline.html | |
| io.jstuff.pipeline.uri | |
| io.jstuff.pipeline.xml | |
| io.jstuff.pipeline.xxml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAcceptor<A,R>
Abstract implementation of
Acceptor. |
class |
AbstractIntAcceptor<R>
Abstract implementation of
IntAcceptor. |
class |
AbstractIntObjectPipeline<E,R>
Abstract base class for
IntObjectPipeline implementations. |
class |
AbstractIntPipeline<R>
Abstract base class for
IntPipeline implementations. |
class |
AbstractObjectIntPipeline<A,R>
Abstract base class for
IntObjectPipeline implementations. |
class |
AbstractPipeline<A,E,R>
Abstract implementation of
Pipeline. |
class |
AppendableAcceptor<R> |
class |
ByteArrayAcceptor |
class |
Counter<A> |
class |
Filter<A,R>
A pipeline that filters objects based on a specified predicate.
|
class |
Fold<A> |
class |
ForkPipeline<A,R> |
class |
IntCounter |
class |
IntFilter<R> |
class |
LinePipeline<R>
A pipeline that accepts characters and emits
Strings, using LF or CR-LF as line separators. |
class |
ListAcceptor<A>
|
class |
Mapper<A,E,R> |
class |
SetAcceptor<A>
|
class |
StringAcceptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decoder<R>
Base64 decoder - decode text encoded in Base 64.
|
class |
Base64Encoder<R>
Base64 encoder - encode bytes using Base 64.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ASCII_UTF16<R>
A decoder
IntPipeline to convert ASCII encoding to UTF-16 data. |
class |
CodePoint_UTF16<R>
An encoder
IntPipeline to convert Unicode code points to UTF-16. |
class |
CodePoint_UTF8<R>
An encoder
IntPipeline to convert Unicode code points to UTF-8. |
class |
DecodingPipeline<R>
An
IntPipeline to convert one-to-one mapping character encodings to Unicode code points. |
class |
DynamicDecoder<R>
A dynamic decoding pipeline which attempts to determine the encoding of the data from its content.
|
class |
EncoderBase<R>
Base class for encoders.
|
class |
EncodingPipeline<R>
A pipeline to convert 8-bit character sets based on a reverse mapping table.
|
class |
ErrorStrategyBase<R>
Base class for encoder and decoder classes to implement the error strategy.
|
class |
ISO8859_1_UTF16<R>
A decoder
IntPipeline to convert ISO-8859-1 encoding to UTF-16 data. |
class |
ISO8859_15_UTF16<R>
A decoder
IntPipeline to convert ISO-8859-15 encoding to UTF-16 data. |
class |
SwitchableDecoder<R>
A switchable decoder that allows the encoding of an input stream to be determined from the data in the early part of
the stream.
|
class |
UTF16_ASCII<R>
An encoder
IntPipeline to convert UTF-16 data to ASCII encoding. |
class |
UTF16_CodePoint<R>
A decoder
IntPipeline to convert UTF-16 to Unicode code points. |
class |
UTF16_ISO8859_1<R>
An encoder
IntPipeline to convert UTF-16 data to ISO-8859-1 encoding. |
class |
UTF16_ISO8859_15<R>
An encoder
IntPipeline to convert UTF-16 data to ISO-8859-15 encoding. |
class |
UTF16_Windows1252<R>
An encoder
IntPipeline to convert UTF-16 data to Windows-1252 encoding. |
class |
UTF16BE_UTF16<R>
A converter
IntPipeline to convert UTF-16BE encoding to UTF-16 encoding. |
class |
UTF16LE_UTF16<R>
A converter
IntPipeline to convert UTF-16LE encoding to UTF-16 encoding. |
class |
UTF32BE_CodePoint<R>
A decoder
IntPipeline to convert UTF-32BE encoding to Unicode code points. |
class |
UTF32LE_CodePoint<R>
A decoder
IntPipeline to convert UTF-32BE encoding to Unicode code points. |
class |
UTF8_CodePoint<R>
A decoder
IntPipeline to convert UTF-8 to Unicode code points. |
class |
UTF8_UTF16<R>
A decoder
IntPipeline to convert UTF-8 to UTF-16. |
class |
Windows1252_UTF16<R>
A decoder
IntPipeline to convert Windows-1252 encoding to UTF-16 data. |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLDecoder<R>
HTML decoder - decode text encoded with HTML escaping.
|
class |
HTMLEncoder<R>
HTML encoder - encode text using HTML escaping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaURIEncoder<R>
URI encoder for use with JSON Schema URI fragment - encode text using URI percent-encoding, leaving dollar sign
unencoded.
|
class |
URIDecoder<R>
URI decoder - decode text using URI percent-encoding.
|
class |
URIEncoder<R>
URI encoder - encode text using URI percent-encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLDecoder<R>
XML decoder - decode text encoded with XML escaping.
|
class |
XMLEncoder<R>
XML encoder - encode text using XML escaping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoderBase<R>
Base class for XML and HTML decoders.
|
Copyright © 2025. All rights reserved.