|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Encoder | |
|---|---|
| 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 Encoder in com.twelvemonkeys.io.enc |
|---|
| Classes in com.twelvemonkeys.io.enc that implement Encoder | |
|---|---|
class |
Base64Encoder
Encoder implementation for standard base64 encoding. |
class |
PackBitsEncoder
Encoder implementation for Apple PackBits run-length encoding. |
| Fields in com.twelvemonkeys.io.enc declared as Encoder | |
|---|---|
protected Encoder |
EncoderStream.encoder
|
| Constructors in com.twelvemonkeys.io.enc with parameters of type Encoder | |
|---|---|
EncoderStream(OutputStream pStream,
Encoder pEncoder)
Creates an output stream filter built on top of the specified underlying output stream. |
|
EncoderStream(OutputStream pStream,
Encoder pEncoder,
boolean pFlushOnWrite)
Creates an output stream filter built on top of the specified underlying output stream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||