public static class QPDecoderStream
extends java.lang.Object
This class implements a QP Decoder. 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.
- See Also:
- Serialized Form