- Sort Score
- Result 10 results
- Languages All
Results 21 - 21 of 21 for subheader (2.14 sec)
-
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* @return the number of bytes written */ protected int writeHeaderWireFormat(final byte[] dst, int dstIndex) { System.arraycopy(SMBUtil.SMB_HEADER, 0, dst, dstIndex, SMBUtil.SMB_HEADER.length); dst[dstIndex + SmbConstants.CMD_OFFSET] = this.command; dst[dstIndex + SmbConstants.FLAGS_OFFSET] = this.flags;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0)