Uses of Interface
com.twelvemonkeys.io.enc.Encoder
Packages that use Encoder
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 Encoder in com.twelvemonkeys.io.enc
Classes in com.twelvemonkeys.io.enc that implement EncoderModifier and TypeClassDescriptionclass
Encoder
implementation for standard base64 encoding.final class
Encoder implementation for Apple PackBits run-length encoding.Constructors in com.twelvemonkeys.io.enc with parameters of type EncoderModifierConstructorDescriptionEncoderStream
(OutputStream stream, Encoder encoder) Creates an output stream filter built on top of the specified underlying output stream.EncoderStream
(OutputStream stream, Encoder encoder, boolean flushOnWrite) Creates an output stream filter built on top of the specified underlying output stream.