Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 (0.29 sec)

  1. guava/src/com/google/common/io/BaseEncoding.java

       * @since 32.0.0
       */
      public abstract BaseEncoding ignoreCase();
    
      private static final BaseEncoding BASE64 =
          new Base64Encoding(
              "base64()", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", '=');
    
      /**
       * The "base64" base encoding specified by <a
       * href="http://tools.ietf.org/html/rfc4648#section-4">RFC 4648 section 4</a>, Base 64 Encoding.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top