- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SMB2_QUERY_DIRECTORY (0.06 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java
* @param fileId * the file ID of the directory to query */ public Smb2QueryDirectoryRequest(final Configuration config, final byte[] fileId) { super(config, SMB2_QUERY_DIRECTORY); this.outputBufferLength = Math.min(config.getMaximumBufferSize(), config.getListSize()) - Smb2QueryDirectoryResponse.OVERHEAD & ~0x7; this.fileId = fileId; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0)