| Interface | Description |
|---|---|
| CharEncoder |
Defines an interface for encoding chars.
|
| CharToByteEncoder |
Defines an interface for encoding a char to a sequence of bytes.
|
| CharWriter | |
| TextTools.StringReplacementGenerator |
| Class | Description |
|---|---|
| AbstractCharEncoder | |
| CharBuffer |
A simple char buffer that implements the
CharWriter interface |
| CharToByteEncoder.Generic |
Generic implementation that works for any charset, based on NIO.
|
| EntityEncoder |
This encoder performs lookup for converting a char to its HTML entity representation.
|
| FastURLDecoder | |
| FastURLEncoder |
An implementation based on a table for lookups.
|
| TextTools | |
| TextTools.ConstantStringReplacementGenerator |
| Exception | Description |
|---|---|
| EncodingException | |
| MalformedInputException | |
| UnsupportedCharsetException |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.