| Package | Description |
|---|---|
| com.phloc.commons.codec | |
| com.phloc.commons.encode | |
| com.phloc.commons.url | |
| com.phloc.commons.url.encode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IByteArrayDecoder
Interface for a single decoder.
|
interface |
ICodec
Interface for a single encoder + decoder.
|
interface |
IStringCodec
Interface for a single encoder + decoder that is based on a String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodec
Abstract base class for codec
|
class |
AbstractRFC1522Codec
Implements methods common to all codecs defined in RFC 1522.
|
class |
ASCII85Codec
Decoder for ASCII85 encoded values
|
class |
ASCIIHexCodec
Decoder for ASCII Hex encoding
|
class |
Base64Codec
Encoder and decoder for Base64
|
class |
DCTCodec
Decoder for Discrete Cosinus Transformation (DCT)
|
class |
FlateCodec
Encoder and decoder for flate compression
|
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 |
RunLengthCodec
Decoder for run length encoding
|
class |
URLCodec
Encoder and decoder for URL stuff
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityDecoder<DATATYPE>
The most simple decoder, that does not do anything
|
| Modifier and Type | Method and Description |
|---|---|
static IURLData |
URLUtils.getAsURLData(String sHref,
IDecoder<String> aParameterDecoder)
Parses the passed URL into a structured form
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLParameterDecoder
Decoder for URL parameters
|
Copyright © 2006–2014 phloc systems. All rights reserved.