- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getNextCommandOffset (0.36 seconds)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
} /** * Gets the offset to the next compound command in the message chain. * * @return offset to next compound command */ public final int getNextCommandOffset() { return this.nextCommand; } /** * Sets the read size for this message. * * @param readSize * the readSize to set */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 24K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
} @Test @DisplayName("Should get next command offset") void testGetNextCommandOffset() { assertEquals(0, testMessage.getNextCommandOffset()); } } @Nested @DisplayName("Error Response Decoding Tests") class ErrorResponseDecodingTests { @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 39.5K bytes - Click Count (0)