DecoderStream,
EncoderStream,
Decoder,
Encoder,
DecodeException| Interface | Description |
|---|---|
| Decoder |
Interface for decoders.
|
| Encoder |
Interface for encoders.
|
| Class | Description |
|---|---|
| Base64Decoder |
Decoder implementation for standard base64 encoding. |
| Base64Encoder |
Encoder implementation for standard base64 encoding. |
| DecoderStream |
An
InputStream that provides on-the-fly decoding from an underlying
stream. |
| EncoderStream |
An
OutputStream that provides on-the-fly encoding to an underlying
stream. |
| PackBitsDecoder |
Decoder implementation for Apple PackBits run-length encoding.
|
| PackBitsEncoder |
Encoder implementation for Apple PackBits run-length encoding.
|
| Exception | Description |
|---|---|
| DecodeException |
Thrown by
Decoders when encoded data can not be decoded. |
Copyright © 2018. All rights reserved.