public static class UUEncoderStream
extends Object
This class implements a UUEncoder. 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.
- Author:
- John Mani
- See Also:
- Serialized Form