- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for SmbResourceLocator (0.15 sec)
-
src/main/java/jcifs/SmbResource.java
public interface SmbResource extends AutoCloseable { /** * Gets the file locator for this file * * The file locator provides details about * * @return the fileLocator */ SmbResourceLocator getLocator(); /** * The context this file was opened with * * @return the context associated with this file */ CIFSContext getContext(); /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/java/jcifs/smb/SmbFile.java
import jcifs.CloseableIterator; import jcifs.Configuration; import jcifs.ResourceFilter; import jcifs.ResourceNameFilter; import jcifs.SmbConstants; import jcifs.SmbFileHandle; import jcifs.SmbResource; import jcifs.SmbResourceLocator; import jcifs.SmbTreeHandle; import jcifs.SmbWatchHandle; import jcifs.context.SingletonContext; import jcifs.dcerpc.DcerpcHandle; import jcifs.dcerpc.msrpc.MsrpcShareGetInfo; import jcifs.internal.AllocInfo;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)