- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for outputOffset (0.04 sec)
-
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
} System.arraycopy(buffer, outputOffset, this.outputBuffer, 0, outputCount); } else if (this.outputData != null) { this.outputData.decode(buffer, outputOffset, outputCount); } this.outputLength = outputCount; bufferIndex = Math.max(outputOffset + outputCount, bufferIndex); return bufferIndex - start; } /**
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/smb/compression/CompressionService.java
* @param outputOffset the offset in the output buffer * @param algorithm the compression algorithm that was used * @return the number of bytes written to the output buffer * @throws CIFSException if decompression fails */ int decompress(byte[] compressedData, int offset, int length, byte[] outputBuffer, int outputOffset, int algorithm) throws CIFSException; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.2K bytes - Viewed (0)