Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sets (0.23 sec)

  1. src/main/java/jcifs/SmbResource.java

     * may also refer to servers and workgroups.
     * 
     * @see jcifs.smb.SmbFile for the main implementation of this interface
     * @author mbechler
     */
    public interface SmbResource extends AutoCloseable {
    
        /**
         * Gets the file locator for this file
         * 
         * The file locator provides details about
         * 
         * @return the fileLocator
         */
        SmbResourceLocator getLocator ();
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
Back to top