Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testBase64Streaming (0.21 sec)

  1. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        testEncodingWithSeparators(base64(), "fooba", "Zm9vYmE=");
        testEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy");
      }
    
      @GwtIncompatible // Reader/Writer
      public void testBase64Streaming() throws IOException {
        // The following test vectors are specified in RFC 4648 itself
        testStreamingEncodingWithSeparators(base64(), "", "");
        testStreamingEncodingWithSeparators(base64(), "f", "Zg==");
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 16:27:30 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/BaseEncodingTest.java

        testEncodingWithSeparators(base64(), "fooba", "Zm9vYmE=");
        testEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy");
      }
    
      @GwtIncompatible // Reader/Writer
      public void testBase64Streaming() throws IOException {
        // The following test vectors are specified in RFC 4648 itself
        testStreamingEncodingWithSeparators(base64(), "", "");
        testStreamingEncodingWithSeparators(base64(), "f", "Zg==");
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 16:27:30 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top