Class Base64Decoder.IntWrapper

java.lang.Object
com.mysql.cj.util.Base64Decoder.IntWrapper
Enclosing class:
Base64Decoder

public static class Base64Decoder.IntWrapper
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int value  
  • Constructor Summary

    Constructors 
    Constructor Description
    IntWrapper​(int value)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • value

      public int value
  • Constructor Details