- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for dataCount (0.06 sec)
-
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
this.parameterDisplacement = value; } public int getDataCount() { return dataCount; } public void setDataCount(int value) { this.dataCount = value; } public int getDataOffset() { return dataOffset; } public void setDataOffset(int value) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
} @Test @DisplayName("Test inherited properties from SmbComTransactionResponse") void testInheritedProperties() { // Test that inherited properties are accessible // Test dataCount property - using public method response.setDataCount(100); // Note: getDataCount() is protected, so we can't test it directly // Test subCommand property
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0)