Uses of Class
jcifs.smb.SmbFile
-
Packages that use SmbFile Package Description jcifs.smb -
-
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 ofSmbFileobjects.SmbFile[]SmbFile. listFiles(java.lang.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)booleanSmbFileFilter. accept(SmbFile file)booleanSmbFilenameFilter. accept(SmbFile dir, java.lang.String name)voidSmbFile. copyTo(SmbFile dest)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.voidSmbFile. renameTo(SmbFile dest)Changes the name of the file thisSmbFilerepresents to the name designated by theSmbFileargument.Constructors in jcifs.smb with parameters of type SmbFile Constructor Description SmbFile(SmbFile context, java.lang.String name)Constructs an SmbFile representing a resource on an SMB network such as a file or directory.SmbFile(SmbFile context, java.lang.String name, int shareAccess)Constructs an SmbFile representing a resource on an SMB network such as a file or directory.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, java.lang.String mode)
-