| 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 |
Base64Encoder
Encoder implementation for standard base64 encoding. |
class |
PackBitsEncoder
Encoder implementation for Apple PackBits run-length encoding.
|
| Constructor and Description |
|---|
EncoderStream(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.
|
Copyright © 2023. All rights reserved.