| Package | Description |
|---|---|
| org.apache.tomcat.util.codec | |
| org.apache.tomcat.util.codec.binary |
| 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 © 2014 Mort Bay Consulting. All Rights Reserved.