Class Base64
java.lang.Object
com.charliemouse.cambozola.shared.Base64
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
encode
Returns base64 representation of specified byte array.- Parameters:
data
- The data to be encoded- Returns:
- The base64 encoded data
-
encode
Returns base64 representation of specified byte array.- Parameters:
data
- The data to be encodedoff
- The offset within the data at which to start encodinglen
- The length of the data to encode- Returns:
- The base64 encoded data
-