| Package | Description |
|---|---|
| com.helger.commons.codec | |
| com.helger.commons.url |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IByteArrayCodec
Interface for a single byte array encoder + decoder.
|
interface |
IByteArrayEncoder
Interface for a single encoder
|
interface |
IByteArrayStreamEncoder
Interface for a single encoder
|
interface |
ICodec<DATATYPE>
Interface for a single encoder + decoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRFC1522Codec
Implements methods common to all codecs defined in RFC 1522.
|
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 |
IdentityCodec<DATATYPE>
Special implementation of
ICodec that does nothing. |
class |
LZWCodec
Encoder and decoder for the LZW algorithm
|
class |
QuotedPrintableCodec
Encoder and decoder for quoted printable stuff
|
class |
RFC1522BCodec
Identical to the Base64 encoding defined by
RFC 1521 and allows a
character set to be specified.
|
class |
RFC1522QCodec
Similar to the Quoted-Printable content-transfer-encoding defined in
RFC 1521 and designed to
allow text containing mostly ASCII characters to be decipherable on an ASCII
terminal without decoding.
|
class |
URLCodec
Encoder and decoder for URL stuff
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLParameterEncoder
Encoder for URLs
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLParameter.appendTo(StringBuilder aSB,
IEncoder<String,String> aQueryParameterEncoder) |
static String |
URLHelper.getQueryParametersAsString(List<URLParameter> aQueryParams,
IEncoder<String,String> aQueryParameterEncoder)
Create a parameter string.
|
static String |
URLHelper.getURLString(String sPath,
List<URLParameter> aQueryParams,
String sAnchor,
IEncoder<String,String> aQueryParameterEncoder)
Get the final representation of the URL using the specified elements.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.