| Package | Description |
|---|---|
| io.jstuff.pipeline.base64 | |
| io.jstuff.pipeline.codec |
UTF-16 encoding and decoding classes
|
| io.jstuff.pipeline.uri |
| Constructor and Description |
|---|
Base64Decoder(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
Base64Encoder(IntAcceptor<? extends R> downstream,
boolean urlSafe,
ErrorStrategy errorStrategy) |
Base64Encoder(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorStrategy.Ignore |
static class |
ErrorStrategy.Substitute |
static class |
ErrorStrategy.ThrowException |
| Modifier and Type | Field and Description |
|---|---|
static ErrorStrategy |
ErrorStrategy.DEFAULT |
static ErrorStrategy |
ErrorStrategy.IGNORE |
static ErrorStrategy |
ErrorStrategy.THROW_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static <R> AbstractIntPipeline<R> |
DecoderFactory.getDecoder(Charset charset,
IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy)
Get a decoder pipeline for the given
Charset. |
static <R> AbstractIntPipeline<R> |
DecoderFactory.getDecoder(String charsetName,
IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy)
Get a decoder pipeline for the given character set name.
|
static <R> AbstractIntPipeline<R> |
EncoderFactory.getEncoder(Charset charset,
IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy)
Get an encoder pipeline for the given
Charset. |
static <R> AbstractIntPipeline<R> |
EncoderFactory.getEncoder(String charsetName,
IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy)
Get an encoder pipeline for the given character set name.
|
| Constructor and Description |
|---|
ASCII_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
CodePoint_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
CodePoint_UTF8(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
DecodingPipeline(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy,
String table) |
EncodingPipeline(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy,
int[] reverseTable) |
ErrorStrategyBase(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
ISO8859_1_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
ISO8859_15_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF16_ASCII(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF16_CodePoint(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF16_ISO8859_1(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF16_ISO8859_15(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF16_Windows1252(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF8_CodePoint(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
UTF8_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
Windows1252_UTF16(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
| Constructor and Description |
|---|
URIDecoder(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
Copyright © 2025. All rights reserved.