public interface StringCodec
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(java.lang.String encoded)
Decode the provided encoded string.
|
java.lang.String |
encode(byte[] data)
Encode the provided data.
|
byte[] decode(java.lang.String encoded)
encoded
- the encoded stringjava.lang.String encode(byte[] data)
data
- the data to encodeCopyright © 2004–2024 XStream. All rights reserved.