Uses of Class
jcifs.smb.SmbFile
Packages that use SmbFile
-
Uses of SmbFile in jcifs.smb
Modifier and TypeClassDescriptionclass
This class will allow a Java program to read and write data to Named Pipes and Transact NamedPipes.Modifier and TypeMethodDescriptionSmbFile[]
SmbFile.listFiles()
List the contents of this SMB resource as an array ofSmbFile
objects.SmbFile[]
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.Modifier and TypeMethodDescriptionboolean
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 thisSmbFile
represents to the name designated by theSmbFile
argument.ModifierConstructorDescriptionConstructs 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.SmbFileInputStream
(SmbFile file) Creates anInputStream
for reading bytes from a file on an SMB server represented by theSmbFile
parameter.SmbFileOutputStream
(SmbFile file) Creates anOutputStream
for writing bytes to a file on an SMB server represented by theSmbFile
parameter.SmbFileOutputStream
(SmbFile file, boolean append) Creates anOutputStream
for writing bytes to a file on an SMB server addressed by theSmbFile
parameter.SmbRandomAccessFile
(SmbFile file, String mode)