- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setDataWireFormatReturn (0.16 seconds)
-
src/test/java/jcifs/internal/smb1/trans/SmbComTransactionResponseTest.java
this.setupWireFormatReturn = value; } void setParametersWireFormatReturn(int value) { this.parametersWireFormatReturn = value; } void setDataWireFormatReturn(int value) { this.dataWireFormatReturn = value; } void setThrowExceptionOnReadParameters(boolean value) { this.throwExceptionOnReadParameters = value; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/SmbComTransactionTest.java
this.setupWireFormatReturn = value; } void setParametersWireFormatReturn(int value) { this.parametersWireFormatReturn = value; } void setDataWireFormatReturn(int value) { this.dataWireFormatReturn = value; } void setSetupBuffer(byte[] buffer) { this.setupBuffer = buffer; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.7K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
this.setupWireFormatReturn = value; } public void setParametersWireFormatReturn(int value) { this.parametersWireFormatReturn = value; } public void setDataWireFormatReturn(int value) { this.dataWireFormatReturn = value; } // Getters for protected fields for testing public int getMaxSetupCount() { return maxSetupCount; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.1K bytes - Click Count (0)