クラスの使用
jcifs.smb1.smb1.SmbFile
-
SmbFileを使用しているパッケージ パッケージ 説明 jcifs.smb1.http jcifs.smb1.smb1 -
-
jcifs.smb1.httpでのSmbFileの使用
SmbFile型のパラメータを持つjcifs.smb1.httpのメソッド 修飾子とタイプ メソッド 説明 protected intNetworkExplorer. compareDates(SmbFile f1, String f1name, SmbFile f2)protected intNetworkExplorer. compareNames(SmbFile f1, String f1name, SmbFile f2)protected intNetworkExplorer. compareSizes(SmbFile f1, String f1name, SmbFile f2)protected intNetworkExplorer. compareTypes(SmbFile f1, String f1name, SmbFile f2)protected voidNetworkExplorer. doDirectory(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile dir)protected voidNetworkExplorer. doFile(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile file) -
jcifs.smb1.smb1でのSmbFileの使用
jcifs.smb1.smb1でのSmbFileのサブクラス 修飾子とタイプ クラス 説明 classSmbNamedPipeThis class will allow a Java program to read and write data to Named Pipes and Transact NamedPipes.SmbFileを返すjcifs.smb1.smb1のメソッド 修飾子とタイプ メソッド 説明 SmbFile[]SmbFile. listFiles()List the contents of this SMB resource as an array ofSmbFileobjects.SmbFile[]SmbFile. listFiles(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.SmbFile型のパラメータを持つjcifs.smb1.smb1のメソッド 修飾子とタイプ メソッド 説明 booleanDosFileFilter. accept(SmbFile file)booleanSmbFileFilter. accept(SmbFile file)booleanSmbFilenameFilter. accept(SmbFile dir, 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.SmbFile型のパラメータを持つjcifs.smb1.smb1のコンストラクタ コンストラクタ 説明 SmbFile(SmbFile context, String name)Constructs an SmbFile representing a resource on an SMB network such as a file or directory.SmbFile(SmbFile context, 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, String mode)
-