Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for byteEncodableArgs (0.48 sec)

  1. src/test/java/jcifs/EncodableTest.java

    import jcifs.util.ByteEncodable;
    
    @DisplayName("Encodable contract tests using ByteEncodable")
    class EncodableTest {
    
        // Generates a few representative slices and destination indices.
        static Stream<Arguments> byteEncodableArgs() {
            return Stream.of(
                    // srcLen, off, len, dstIndex
                    Arguments.of(makeSeq(8), 0, 8, 0), // full copy at index 0
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top