- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for infoType (0.05 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
this.fileId = fileId; } /** * Sets the information type for the query * * @param infoType * the infoType to set */ public final void setInfoType(final byte infoType) { this.infoType = infoType; } /** * Sets the file information class for the query * * @param fileInfoClass
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
this.info = i; return bufferIndex - start; } private static Decodable createInformation(final byte infoType, final byte infoClass) throws SMBProtocolDecodingException { return switch (infoType) { case Smb2Constants.SMB2_0_INFO_FILE -> createFileInformation(infoClass); case Smb2Constants.SMB2_0_INFO_FILESYSTEM -> createFilesystemInformation(infoClass);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
this.fileId = fileId; } /** * Sets the information type for the set info operation * * @param infoType * the infoType to set */ public void setInfoType(final byte infoType) { this.infoType = infoType; } /** * Sets the file information class for the set info operation * * @param fileInfoClass
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0)