Package | Description |
---|---|
org.miloss.fgsms.common.codec |
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryEncoder
Defines common encoding methods for byte array encoders.
|
interface |
StringEncoder
Defines common encoding methods for String encoders.
|
Modifier and Type | Class and Description |
---|---|
class |
Base64
Provides Base64 encoding and decoding as defined by RFC 2045.
|
class |
BaseNCodec
Abstract superclass for Base-N encoders and decoders.
|
class |
BinaryCodec
Converts between byte arrays and strings of "0"s and "1"s.
|
class |
Hex
Converts hexadecimal Strings.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.