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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • decode

      public static byte[] decode​(byte[] in, int pos, int length)