Uses of Interface
com.twelvemonkeys.io.enc.Decoder
Packages that use Decoder
Package
Description
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..
-
Uses of Decoder in com.twelvemonkeys.imageio.plugins.bmp
Classes in com.twelvemonkeys.imageio.plugins.bmp that implement DecoderModifier and TypeClassDescription(package private) classAbstract base class for RLE decoding as specified by in the Windows BMP (aka DIB) file format.(package private) final classImplements 4 bit RLE decoding as specified by in the Windows BMP (aka DIB) file format.(package private) final classImplements 8 bit RLE decoding as specified by in the Windows BMP (aka DIB) file format. -
Uses of Decoder in com.twelvemonkeys.imageio.plugins.iff
Classes in com.twelvemonkeys.imageio.plugins.iff that implement DecoderModifier and TypeClassDescription(package private) final classDecoder implementation for Impulse FORM RGB8 RLE compression (type 4). -
Uses of Decoder in com.twelvemonkeys.imageio.plugins.pcx
Classes in com.twelvemonkeys.imageio.plugins.pcx that implement Decoder -
Uses of Decoder in com.twelvemonkeys.imageio.plugins.sgi
Classes in com.twelvemonkeys.imageio.plugins.sgi that implement Decoder -
Uses of Decoder in com.twelvemonkeys.imageio.plugins.tga
Classes in com.twelvemonkeys.imageio.plugins.tga that implement Decoder -
Uses of Decoder in com.twelvemonkeys.imageio.plugins.tiff
Classes in com.twelvemonkeys.imageio.plugins.tiff that implement DecoderModifier and TypeClassDescription(package private) classLempel–Ziv–Welch (LZW) decompression.private static final class(package private) static final classMethods in com.twelvemonkeys.imageio.plugins.tiff that return Decoder -
Uses of Decoder in com.twelvemonkeys.io.enc
Classes in com.twelvemonkeys.io.enc that implement DecoderModifier and TypeClassDescriptionfinal classDecoderimplementation for standard base64 encoding.final classDecoder implementation for Apple PackBits run-length encoding.Fields in com.twelvemonkeys.io.enc declared as DecoderConstructors in com.twelvemonkeys.io.enc with parameters of type DecoderModifierConstructorDescriptionDecoderStream(InputStream stream, Decoder decoder) Creates a new decoder stream and chains it to the input stream specified by thestreamargument.DecoderStream(InputStream stream, Decoder decoder, int bufferSize) Creates a new decoder stream and chains it to the input stream specified by thestreamargument.