public static class QPEncoderStream
extends java.lang.Object
This class implements a Quoted Printable Encoder. It is implemented as
a FilterOutputStream, so one can just wrap this class around
any output stream and write bytes into this filter. The Encoding
is done as the bytes are written out.
- See Also:
- Serialized Form