Uses of Interface
com.twelvemonkeys.io.enc.Decoder

Packages that use Decoder
com.twelvemonkeys.io.enc 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.io.enc
 

Classes in com.twelvemonkeys.io.enc that implement Decoder
 class Base64Decoder
          Decoder implementation for standard base64 encoding.
 class PackBits16Decoder
          Decoder implementation for 16 bit-chunked Apple PackBits-like run-length encoding.
 class PackBitsDecoder
          Decoder implementation for Apple PackBits run-length encoding.
 

Fields in com.twelvemonkeys.io.enc declared as Decoder
protected  Decoder DecoderStream.decoder
           
 

Constructors in com.twelvemonkeys.io.enc with parameters of type Decoder
DecoderStream(InputStream pStream, Decoder pDecoder)
          Creates a new decoder stream and chains it to the input stream specified by the pStream argument.
DecoderStream(InputStream pStream, Decoder pDecoder, int pBufferSize)
          Creates a new decoder stream and chains it to the input stream specified by the pStream argument.
 



Copyright © 2015. All Rights Reserved.