Package com.twelvemonkeys.io.enc


package com.twelvemonkeys.io.enc
Contains customized stream classes, that can read or write compressed data on the fly, along with encoders and decoders for popular stream formats, such as Base64, ZIP (deflate), LZW, PackBits etc..
Version:
2.0
See Also:
  • Class
    Description
    Decoder implementation for standard base64 encoding.
    Encoder implementation for standard base64 encoding.
    Thrown by Decoders when encoded data can not be decoded.
    Interface for decoders.
    An InputStream that provides on-the-fly decoding from an underlying stream.
    Interface for encoders.
    An OutputStream that provides on-the-fly encoding to an underlying stream.
    Decoder implementation for Apple PackBits run-length encoding.
    Encoder implementation for Apple PackBits run-length encoding.