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) class
Abstract base class for RLE decoding as specified by in the Windows BMP (aka DIB) file format.(package private) final class
Implements 4 bit RLE decoding as specified by in the Windows BMP (aka DIB) file format.(package private) final class
Implements 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 class
Decoder 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) class
Lempel–Ziv–Welch (LZW) decompression.private static final class
(package private) static final class
Methods 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 class
Decoder
implementation for standard base64 encoding.final class
Decoder 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 thestream
argument.DecoderStream
(InputStream stream, Decoder decoder, int bufferSize) Creates a new decoder stream and chains it to the input stream specified by thestream
argument.