Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trailerLength (0.39 sec)

  1. src/test/java/jcifs/netbios/SessionServicePacketTest.java

        private static class TestSessionServicePacket extends SessionServicePacket {
            int trailerLength = 10; // Default trailer length for testing
            int trailerBytesRead = 0;
    
            @Override
            int writeTrailerWireFormat(byte[] dst, int dstIndex) {
                // Simple mock implementation
                for (int i = 0; i < trailerLength && dstIndex + i < dst.length; i++) {
                    dst[dstIndex + i] = (byte) i;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.5K bytes
    - Viewed (0)
Back to top