Package | Description |
---|---|
org.miloss.fgsms.common.codec |
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BinaryEncoder.encode(byte[] source)
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each
byte in order.
|
Object |
Encoder.encode(Object source)
Encodes an "Object" and returns the encoded content as an Object.
|
Object |
BinaryCodec.encode(Object raw)
Converts an array of raw binary data into an array of ASCII 0 and 1 chars.
|
Object |
BaseNCodec.encode(Object obj)
Encodes an Object using the Base-N algorithm.
|
String |
StringEncoder.encode(String source)
Encodes a String and returns a String.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.