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