|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Decoder | |
| org.apache.commons.codec | The types in this package define a small set of interfaces used by the various implementations in the sub-packages. |
| org.apache.commons.codec.binary | Base64 and Hexadecimal String encoding and decoding. |
| org.apache.commons.codec.net | Network related encoding and decoding. |
| Uses of Decoder in org.apache.commons.codec |
| Subinterfaces of Decoder in org.apache.commons.codec | |
interface |
BinaryDecoder
Defines common decoding methods for byte array decoders. |
interface |
StringDecoder
Decodes a String into a String. |
| Uses of Decoder in org.apache.commons.codec.binary |
| Classes in org.apache.commons.codec.binary that implement Decoder | |
class |
Base64
Provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, by Freed and Borenstein. |
class |
Hex
Hex encoder and decoder. |
| Uses of Decoder in org.apache.commons.codec.net |
| Classes in org.apache.commons.codec.net that implement Decoder | |
class |
URLCodec
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||