Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for succ (0.14 sec)

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

        protected final SmbResourceLocatorImpl fileLocator;
        private SmbTreeHandleImpl treeHandle;
    
    
        /**
         * Constructs an SmbFile representing a resource on an SMB network such as
         * a file or directory. See the description and examples of smb URLs above.
         *
         * @param url
         *            A URL string
         * @throws MalformedURLException
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory from a <tt>URL</tt> object.
     *
     * @param   url The URL of the target resource
     */
        public SmbFile( URL url ) {
            this( url, new NtlmPasswordAuthentication( url.getUserInfo() ));
        }
    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory from a <tt>URL</tt> object and an
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top