Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for decodingSource (0.19 sec)

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

      /**
       * Returns a {@code ByteSource} that reads base-encoded bytes from the specified {@code
       * CharSource}.
       */
      @J2ktIncompatible
      @GwtIncompatible // ByteSource,CharSource
      public final ByteSource decodingSource(CharSource encodedSource) {
        checkNotNull(encodedSource);
        return new ByteSource() {
          @Override
          public InputStream openStream() throws IOException {
    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