|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EncoderException | |
|---|---|
| org.odata4j.repack.org.apache.commons.codec | |
| org.odata4j.repack.org.apache.commons.codec.binary | |
| Uses of EncoderException in org.odata4j.repack.org.apache.commons.codec |
|---|
| Methods in org.odata4j.repack.org.apache.commons.codec that throw EncoderException | |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data as a byte array. |
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content as an Object. |
| Uses of EncoderException in org.odata4j.repack.org.apache.commons.codec.binary |
|---|
| Methods in org.odata4j.repack.org.apache.commons.codec.binary that throw EncoderException | |
|---|---|
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order. |
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||