Package org.brains2b.coffee.decode

Interface Summary
Decoder Interface to define a Decoder as obtained by the DecoderFactory on the basis of the Article supplied Due to the difference in implementation of the Decoders the actual decoding is done either when a piece is added or on a call to Decoder.getFileMessage()
Encoder Interface that defines an Encoder
 

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