Package com.mysql.cj.util
Class Base64Decoder
java.lang.Object
com.mysql.cj.util.Base64Decoder
public class Base64Decoder
extends java.lang.Object
This decoder implements standard Base64 decoding except it allows and silently ignores non-base64 input characters (spaces, line breaks etc)
Note: Java 6+ provide standard decoders
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Base64Decoder.IntWrapper
-
Constructor Summary
Constructors Constructor Description Base64Decoder()
-
Method Summary
Modifier and Type Method Description static byte[]
decode(byte[] in, int pos, int length)
-
Constructor Details
-
Base64Decoder
public Base64Decoder()
-
-
Method Details
-
decode
public static byte[] decode(byte[] in, int pos, int length)
-