| 程序包 | 说明 |
|---|---|
| com.jn.langx.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
Hex.decode(byte[] array)
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
|
byte[] |
BinaryDecoder.decode(byte[] source)
Decodes a byte array and returns the results as a byte array.
|
Object |
Hex.decode(Object object)
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those
same values.
|
Object |
Decoder.decode(Object source)
Decodes an "encoded" Object and returns a "decoded" Object.
|
Object |
BaseNCodec.decode(Object obj)
Decodes an Object using the Base-N algorithm.
|
static byte[] |
Hex.decodeHex(char[] data)
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
|
protected static int |
Hex.toDigit(char ch,
int index)
Converts a hexadecimal character to an integer.
|
Copyright © 2020. All rights reserved.