| Package | Description |
|---|---|
| org.apache.tomcat.util.codec | |
| org.apache.tomcat.util.codec.binary |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] source)
Deprecated.
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Encoder.encode(Object source)
Deprecated.
Encodes an "Object" and returns the encoded content as an Object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseNCodec.encode(Object obj)
Deprecated.
This unused method will be removed in Tomcat 9
|
Copyright © 2014–2017 Webtide. All rights reserved.