Package com.killcoding.tool
Class Base64Tools
java.lang.Object
com.killcoding.tool.Base64Tools
This class is support Base64 tools
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]decode(char[] in) static byte[]decode(char[] in, int iOff, int iLen) static byte[]static byte[]static Stringstatic char[]encode(byte[] in) static char[]encode(byte[] in, int iLen) static char[]encode(byte[] in, int iOff, int iLen) static StringencodeLines(byte[] in) static StringencodeLines(byte[] in, int iOff, int iLen, int lineLen, String lineSeparator) static String
-
Field Details
-
map1
-
map2
-
-
Constructor Details
-
Base64Tools
public Base64Tools()
-
-
Method Details
-
encodeString
- Throws:
UnsupportedEncodingException
-
encodeLines
-
encodeLines
-
encode
-
encode
-
encode
-
decodeString
- Throws:
UnsupportedEncodingException
-
decodeLines
-
decode
-
decode
-
decode
-