Uses of Class
jcifs.smb.SmbFile

Packages that use SmbFile
jcifs.smb This package will enable Java applications to remotely access shared directories on SMB file servers(i.e. Microsoft Windows "shares"). 
 

Uses of SmbFile in jcifs.smb
 

Methods in jcifs.smb with parameters of type SmbFile
 boolean SmbFile.renameTo(SmbFile dest)
          Changes the name of the file this SmbFile represents to the name designated by the SmbFile argument(Remember SmbFiles are immutible and therefore the path associated with this SmbFile object will not change).
 

Constructors in jcifs.smb with parameters of type SmbFile
SmbFileOutputStream.SmbFileOutputStream(SmbFile file)
          Creates an OutputStream for writing to a file on an SMB server represented by the SmbFile parameter.
SmbFileOutputStream.SmbFileOutputStream(SmbFile file, boolean append)
           
SmbFileInputStream.SmbFileInputStream(SmbFile file)
          Creates an InputStream for reading bytes from a file on an SMB server represented by the SmbFile parameter.
SmbFile.SmbFile(SmbFile file, String name)
          Constructs an SmbFile representing a file or directory on an SMB server specified by the SmbFile augmented with the named path.