- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for inputData (0.08 sec)
-
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
bufferIndex += 4; bufferIndex += 4; // Reserved2 this.inputData = createInputDecodable(); this.outputData = this.outputBuffer == null ? createOutputDecodable() : null; if (this.inputData != null) { this.inputData.decode(buffer, inputOffset, inputCount); } bufferIndex = Math.max(inputOffset + inputCount, bufferIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
this.maxOutputResponse = maxOutputResponse; } /** * Set the input data for the IOCTL request * @param inputData the inputData to set */ public void setInputData(final Encodable inputData) { this.inputData = inputData; } /** * Set the output data for the IOCTL request * @param outputData the outputData to set */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0)