public static class UUDecoderStream
extends Object
This class implements a UUDecoder. It is implemented as
a FilterInputStream, so one can just wrap this class around
any input stream and read bytes from this filter. The decoding
is done as the bytes are read out.
- Author:
- John Mani, Bill Shannon
- See Also:
- Serialized Form