Package gw.util
Class Base64Util
java.lang.Object
gw.util.Base64Util
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODING
The Base64 algorithm converts 3 8-bit bytes into 4 6-bit bytes. The Base 64 alphabet consists of 65 6-bit values, all of which fall within the US-ASCII (7-bit) character encoding. See http://www.freesoft.org/CIE/RFC/2065/56.htm for details. All Java implementations are required to support this encoding. See java.lang documentation for details.- See Also:
-
-
Constructor Details
-
Base64Util
public Base64Util()
-
-
Method Details
-
encode
-
encodeAsBytes
public static byte[] encodeAsBytes(byte[] bytes) -
decode
-
isBase64
-