All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twelvemonkeys.io.enc.package-info Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
/**
 * 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 ZIP (deflate), LZW, PackBits etc..
 *
 * @see com.twelvemonkeys.io.enc.DecoderStream
 * @see com.twelvemonkeys.io.enc.EncoderStream
 * @see com.twelvemonkeys.io.enc.Decoder
 * @see com.twelvemonkeys.io.enc.Encoder
 * @see com.twelvemonkeys.io.enc.DecodeException
 *
 * @version 2.0 
 * @author Harald Kuhr
 */
package com.twelvemonkeys.io.enc;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy