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:
DecoderStream,EncoderStream,Decoder,Encoder,DecodeException
-
Interface Summary Interface Description Decoder Interface for decoders.Encoder Interface for encoders. -
Class Summary Class Description Base64Decoder Decoderimplementation for standard base64 encoding.Base64Encoder Encoderimplementation for standard base64 encoding.DecoderStream AnInputStreamthat provides on-the-fly decoding from an underlying stream.EncoderStream AnOutputStreamthat provides on-the-fly encoding to an underlying stream.PackBitsDecoder Decoder implementation for Apple PackBits run-length encoding.PackBitsEncoder Encoder implementation for Apple PackBits run-length encoding. -
Exception Summary Exception Description DecodeException Thrown byDecoders when encoded data can not be decoded.