| Package | Description |
|---|---|
| org.apache.tomcat.util.codec | |
| org.apache.tomcat.util.codec.binary |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryDecoder.decode(byte[] source)
Deprecated.
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object source)
Deprecated.
Decodes an "encoded" Object and returns a "decoded" Object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseNCodec.decode(Object obj)
Deprecated.
This unused method will be removed in Tomcat 9
|
Copyright © 2014–2017 Webtide. All rights reserved.