com.buck.common.codec
Class QuotedPrintable
java.lang.Object
com.buck.common.codec.Codec
com.buck.common.codec.QuotedPrintable
- All Implemented Interfaces:
- Comparable<Codec>
public class QuotedPrintable
- extends Codec
Codec for the quoted-printable encoding scheme.
see: http://fisheye5.cenqua.com/browse/glassfish/mail/src/java/com/sun/mail/util/QPEncoderStream.java
- Author:
- Robert J. Buck
QuotedPrintable
public QuotedPrintable()
newDecoder
public CodecDecoder newDecoder()
- Description copied from class:
Codec
- Constructs a new decoder for this codec.
- Specified by:
newDecoder in class Codec
- Returns:
- A new decoder for this codec
newEncoder
public CodecEncoder newEncoder()
- Description copied from class:
Codec
- Constructs a new encoder for this codec.
- Specified by:
newEncoder in class Codec
- Returns:
- A new encoder for this codec
Copyright © 2013. All Rights Reserved.