Frames | No Frames |
Methods with parameter type jcifs.smb.SmbFile | |
int | |
int | |
int | |
int | |
void | |
void |
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 | |
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory. | |
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 | |
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[] | 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. |