- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for outputBufferOffset (0.08 seconds)
-
src/main/java/jcifs/internal/smb2/io/Smb2ReadResponse.java
*/ public Smb2ReadResponse(final Configuration config, final byte[] outputBuffer, final int outputBufferOffset) { super(config); this.outputBuffer = outputBuffer; this.outputBufferOffset = outputBufferOffset; } /** * Gets the number of bytes actually read * * @return the dataLength */ public int getDataLength() { return this.dataLength; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
* @param outputBufferOffset * the offset in the output buffer to start writing data */ public Smb2ReadRequest(final Configuration config, final byte[] fileId, final byte[] outputBuffer, final int outputBufferOffset) { super(config, SMB2_READ); this.fileId = fileId; this.outputBuffer = outputBuffer; this.outputBufferOffset = outputBufferOffset; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 7.8K bytes - Click Count (0)