Class Summary |
Base64Decoder |
Decode Base64 encoded text to binary |
DecoderFactory |
Factory for creating Decoders and Encoders based
on the content of an Article or on the name
of the encoding |
EncodeHandler |
|
MimeDecoder |
Decode mime-encoded content
Will ignore everything that is text without a Content-Disposition
and decodes other found content if it is Base64 or
content-printable
Other Content-Types might be included in future releases |
UUDecoder |
Decoder and Encoder for UUEncoding |
YencDecoder |
Decoder and Encoder for Yenc format
Most of the work is left to Yenc |