Interface | Description |
---|---|
EncoderDecoder |
Interface for encoding and decoding strings to make them work in a certain
context.
|
Class | Description |
---|---|
EncodeUtil |
Utility functions for encoding/decoding strings.
|
IdentityEncoderDecoder |
Encoder decoder implementation that doesn't encode or decode
anything.
|
TabCrLfEncoderDecoder |
Symmetrical encoder/decoder implementation that replaces newline, carriage return,
tab and backslash with \n, \r, \t and \\.
|
ToSpaceEncoderDecoder |
Encoder implementation that replaces newline, carriage return,
tab and backslash with a space.
|