- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for encodeProvider (0.05 seconds)
-
src/test/java/jcifs/smb1/util/Base64Test.java
* input. */ @ExtendWith(MockitoExtension.class) class Base64Test { /** * Data provider for various byte arrays and the expected Base64 string. */ static Stream<Arguments> encodeProvider() { return Stream.of(Arguments.of(new byte[0], ""), Arguments.of(new byte[] { (byte) 0x41 }, "QQ=="), // "A" Arguments.of(new byte[] { (byte) 0x41, (byte) 0x42 }, "QUI="), // "AB"Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 3K bytes - Click Count (0)