- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testBase64LenientPadding (1.28 sec)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
testStreamingEncodingWithSeparators(base64(), "fooba", "Zm9vYmE="); testStreamingEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy"); } public void testBase64LenientPadding() { testDecodes(base64(), "Zg", "f"); testDecodes(base64(), "Zg=", "f"); testDecodes(base64(), "Zg==", "f"); // proper padding length testDecodes(base64(), "Zg===", "f");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
testStreamingEncodingWithSeparators(base64(), "fooba", "Zm9vYmE="); testStreamingEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy"); } public void testBase64LenientPadding() { testDecodes(base64(), "Zg", "f"); testDecodes(base64(), "Zg=", "f"); testDecodes(base64(), "Zg==", "f"); // proper padding length testDecodes(base64(), "Zg===", "f");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0)