Uses of Class jcifs.smb.SmbFile

Uses in package jcifs.smb

Classes derived from jcifs.smb.SmbFile

class
This class will allow a Java program to read and write data to Named Pipes and Transact NamedPipes.

Constructors with parameter type jcifs.smb.SmbFile

SmbFile.SmbFile(SmbFile context, String name)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile.SmbFile(SmbFile context, String name, int shareAccess)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
Creates an java.io.InputStream for reading bytes from a file on an SMB server represented by the SmbFile parameter.
Creates an java.io.OutputStream for writing bytes to a file on an SMB server represented by the SmbFile parameter.
Creates an java.io.OutputStream for writing bytes to a file on an SMB server addressed by the SmbFile parameter.

Methods with parameter type jcifs.smb.SmbFile

boolean
boolean
boolean
SmbFilenameFilter.accept(SmbFile dir, String name)
void
This method will copy the file or directory represented by this SmbFile and it's sub-contents to the location specified by the dest parameter.
void
Changes the name of the file this SmbFile represents to the name designated by the SmbFile argument.

Methods with return type jcifs.smb.SmbFile

SmbFile[]
List the contents of this SMB resource as an array of SmbFile objects.
SmbFile[]
SmbFile.listFiles(String wildcard)
The CIFS protocol provides for DOS "wildcards" to be used as a performance enhancement.
SmbFile[]
List the contents of this SMB resource.
SmbFile[]
List the contents of this SMB resource.

Uses in package jcifs.http

Methods with parameter type jcifs.smb.SmbFile

int
NetworkExplorer.compareDates(SmbFile f1, String f1name, SmbFile f2)
int
NetworkExplorer.compareNames(SmbFile f1, String f1name, SmbFile f2)
int
NetworkExplorer.compareSizes(SmbFile f1, String f1name, SmbFile f2)
int
NetworkExplorer.compareTypes(SmbFile f1, String f1name, SmbFile f2)
void
NetworkExplorer.doDirectory(HttpServletRequest req, HttpServletResponse resp, SmbFile dir)
void
NetworkExplorer.doFile(HttpServletRequest req, HttpServletResponse resp, SmbFile file)