- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNextCommandOffset (0.46 sec)
-
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 */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (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 { @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0)