- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testReservedBytesSkipped (0.26 seconds)
-
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionResponseTest.java
} @ParameterizedTest @DisplayName("Test reserved bytes are properly skipped") @ValueSource(bytes = { 0x00, 0x01, (byte) 0xFF, 0x7F, (byte) 0x80 }) void testReservedBytesSkipped(byte reservedValue) throws Exception { byte[] buffer = new byte[100]; int bufferIndex = 0; // Set reserved bytes to non-zero values (should be ignored)Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 16.3K bytes - Click Count (0)