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[] |
BinaryEncoder.encode(byte[] source)
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Encoder.encode(Object source)
Encodes an "Object" and returns the encoded content as an Object.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseNCodec.encode(Object obj)
Encodes an Object using the Base-N algorithm.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.