Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSearchAttributes (0.08 sec)

  1. src/main/java/jcifs/smb/DirFileEntryEnumIterator1.java

            try {
                th.send(
                    new Trans2FindFirst2(
                        th.getConfig(),
                        unc,
                        this.getWildcard(),
                        this.getSearchAttributes(),
                        th.getConfig().getListCount(),
                        th.getConfig().getListSize() - FIND_OVERHEAD),
                    this.response);
    
                this.nextRequest = new Trans2FindNext2(
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Nov 13 15:13:49 UTC 2021
    - 5.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java

         */
        public final SmbTreeHandleImpl getTreeHandle () {
            return this.treeHandle;
        }
    
    
        /**
         * @return the searchAttributes
         */
        public final int getSearchAttributes () {
            return this.searchAttributes;
        }
    
    
        /**
         * @return the wildcard
         */
        public final String getWildcard () {
            return this.wildcard;
        }
    
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.8K bytes
    - Viewed (0)
Back to top