Uses of Class
jcifs.smb.SmbFile
-
Packages that use SmbFile Package Description jcifs.http jcifs.smb -
-
Uses of SmbFile in jcifs.http
Methods in jcifs.http with parameters of type SmbFile Modifier and Type Method Description protected intNetworkExplorer. compareDates(SmbFile f1, String f1name, SmbFile f2)Deprecated.protected intNetworkExplorer. compareNames(SmbFile f1, String f1name, SmbFile f2)Deprecated.protected intNetworkExplorer. compareSizes(SmbFile f1, String f1name, SmbFile f2)Deprecated.protected intNetworkExplorer. compareTypes(SmbFile f1, String f1name, SmbFile f2)Deprecated.protected voidNetworkExplorer. doDirectory(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile dir)Deprecated.protected voidNetworkExplorer. doFile(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile file)Deprecated. -
Uses of SmbFile in jcifs.smb
Subclasses of SmbFile in jcifs.smb Modifier and Type Class Description classSmbNamedPipeThis class will allow a Java program to read and write data to Named Pipes and Transact NamedPipes.Methods in jcifs.smb that return SmbFile Modifier and Type Method Description SmbFile[]SmbFile. listFiles()List the contents of this SMB resource as an array ofSmbResourceobjects.SmbFile[]SmbFile. listFiles(String wildcard)The CIFS protocol provides for DOS "wildcards" to be used as a performance enhancement.SmbFile[]SmbFile. listFiles(SmbFileFilter filter)List the contents of this SMB resource.SmbFile[]SmbFile. listFiles(SmbFilenameFilter filter)List the contents of this SMB resource.Methods in jcifs.smb with parameters of type SmbFile Modifier and Type Method Description booleanDosFileFilter. accept(SmbFile file)This returns true if the file's attributes contain any of the attributes specified for this filter.booleanSmbFileFilter. accept(SmbFile file)booleanSmbFilenameFilter. accept(SmbFile dir, String name)Constructors in jcifs.smb with parameters of type SmbFile Constructor Description NetServerEnumIterator(SmbFile parent, jcifs.smb.SmbTreeHandleImpl th, String wildcard, int searchAttributes, ResourceNameFilter filter)SmbFileInputStream(SmbFile file)Creates anInputStreamfor reading bytes from a file on an SMB server represented by theSmbFileparameter.SmbFileOutputStream(SmbFile file)Creates anOutputStreamfor writing bytes to a file on an SMB server represented by theSmbFileparameter.SmbFileOutputStream(SmbFile file, boolean append)Creates anOutputStreamfor writing bytes to a file on an SMB server addressed by theSmbFileparameter.SmbRandomAccessFile(SmbFile file, String mode)Instantiate a random access file from aSmbFile
-