Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for queryFlags (0.04 sec)

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

        }
    
        /**
         * Sets the query flags for the information request
         *
         * @param queryFlags
         *            the queryFlags to set
         */
        public final void setQueryFlags(final int queryFlags) {
            this.queryFlags = queryFlags;
        }
    
        /**
         * {@inheritDoc}
         *
    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/Smb2QueryDirectoryRequest.java

        }
    
        /**
         * Sets the query flags for the directory enumeration
         *
         * @param queryFlags
         *            the queryFlags to set
         */
        public void setQueryFlags(final byte queryFlags) {
            this.queryFlags = queryFlags;
        }
    
        /**
         * Sets the file index from which to start the directory enumeration
         *
         * @param fileIndex
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top