Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setResults (0.18 sec)

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

            th.send(req, resp);
            if ( resp.getStatus() != WinError.ERROR_SUCCESS )
                throw new SmbException(resp.getStatus(), true);
    
            return resp.getResults();
        }
    
    
        static CloseableIterator<SmbResource> doShareEnum ( SmbFile parent, String wildcard, int searchAttributes, ResourceNameFilter fnf,
                ResourceFilter ff ) throws CIFSException {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jul 20 08:41:19 GMT 2019
    - 12.5K bytes
    - Viewed (0)
Back to top