|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ByteSource
A ByteSource wraps a byte array and provides additional encoding operations.
| Method Summary | |
|---|---|
byte[] |
getBytes()
Returns the wrapped byte array. |
String |
toBase64()
Returns the Base 64-formatted String representation of the underlying wrapped byte array. |
String |
toHex()
Returns the Hex-formatted String representation of the underlying wrapped byte array. |
| Method Detail |
|---|
byte[] getBytes()
String toHex()
String toBase64()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||