Package | Description |
---|---|
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..
|
Modifier and Type | Class and Description |
---|---|
class |
Base64Decoder
Decoder implementation for standard base64 encoding. |
class |
PackBitsDecoder
Decoder implementation for Apple PackBits run-length encoding.
|
Modifier and Type | Field and Description |
---|---|
protected Decoder |
DecoderStream.decoder |
Constructor and Description |
---|
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 © 2017. All rights reserved.