Package | Description |
---|---|
org.apache.tomcat.util.codec | |
org.apache.tomcat.util.codec.binary |
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BinaryDecoder.decode(byte[] source)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object source)
Decodes an "encoded" Object and returns a "decoded" Object.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseNCodec.decode(Object obj)
Decodes an Object using the Base-N algorithm.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.