Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 4648 (0.01 sec)

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

    /**
     * A binary encoding scheme for reversibly translating between byte sequences and printable ASCII
     * strings. This class includes several constants for encoding schemes specified by <a
     * href="http://tools.ietf.org/html/rfc4648">RFC 4648</a>. For example, the expression:
     *
     * {@snippet :
     * BaseEncoding.base32().encode("foo".getBytes(US_ASCII))
     * }
     *
     * <p>returns the string {@code "MZXW6==="}, and
     *
     * {@snippet :
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Oct 06 14:51:47 UTC 2025
    - 41.7K bytes
    - Viewed (0)
Back to top