Interface | Description |
---|---|
Encoder |
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
|
Translator |
general interface for an translator.
|
Class | Description |
---|---|
Base64 |
BASE64 кодирование и декодирование
|
Base64Encoder |
BASE64 кодировщик
|
BufferedDecoder |
a buffering class to allow translation from one format to another to
be done in discrete chunks.
|
BufferedEncoder |
a buffering class to allow translation from one format to another to
be done in discrete chunks.
|
Hex |
HEX кодирование и декодирование
|
HexEncoder |
HEX кодировщик
|
HexTranslator |
Converters for going from hex to binary and back.
|
UrlBase64 |
Convert binary data to and from UrlBase64 encoding.
|
UrlBase64Encoder |
Convert binary data to and from UrlBase64 encoding.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.