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

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

The 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 Base64, 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 - 2024 Weber Informatics LLC | Privacy Policy