public class Base64Transform extends Object
| Constructor and Description |
|---|
Base64Transform() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(String value)
Transform a string value to an appropriate basic Java object representation.
|
String |
write(byte[] value)
Transform a basic Java object to a string value.
|
Copyright © 2015. All rights reserved.