Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setFileInfoClass (0.1 sec)

  1. src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java

        }
    
        /**
         * Sets the file information class for the query
         *
         * @param fileInfoClass
         *            the fileInfoClass to set
         */
        public final void setFileInfoClass(final byte fileInfoClass) {
            setInfoType(Smb2Constants.SMB2_0_INFO_FILE);
            this.fileInfoClass = fileInfoClass;
        }
    
        /**
         * Sets the filesystem information class for the query
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java

        }
    
        /**
         * Sets the file information class for the set info operation
         *
         * @param fileInfoClass
         *            the fileInfoClass to set
         */
        public void setFileInfoClass(final byte fileInfoClass) {
            this.fileInfoClass = fileInfoClass;
        }
    
        /**
         * Sets additional information flags for the set info operation
         *
         * @param additionalInformation
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top