| Package | Description |
|---|---|
| com.helger.commons.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
Base16Codec
Base16 encoder and decoder.
|
class |
Base32Codec
Base32 encoder and decoder based on Apache Commons Codec Base32.
|
class |
Base64Codec
Encoder and decoder for Base64
|
class |
FlateCodec
Encoder and decoder for flate compression
|
class |
GZIPCodec
Encoder and decoder for GZip compression
|
class |
IdentityByteArrayCodec
Special implementation of
IByteArrayCodec that does nothing. |
class |
LZWCodec
Encoder and decoder for the LZW algorithm
|
class |
QuotedPrintableCodec
Encoder and decoder for quoted printable stuff.
|
class |
URLCodec
Encoder and decoder for URL stuff based on RFC 3986.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.