パッケージ jcifs.smb
クラス SmbPipeOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- jcifs.smb.SmbFileOutputStream
-
- jcifs.smb.SmbPipeOutputStream
-
- すべての実装されたインタフェース:
Closeable,Flushable,AutoCloseable
public class SmbPipeOutputStream extends SmbFileOutputStream
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidclose()Closes this output stream and releases any system resources associated with it.protected jcifs.smb.SmbFileHandleImplensureOpen()protected jcifs.smb.SmbTreeHandleImplensureTreeConnected()protected jcifs.smb.SmbPipeHandleImplgetHandle()booleanisOpen()-
クラスから継承されたメソッド jcifs.smb.SmbFileOutputStream
init, write, write, write, writeDirect
-
クラスから継承されたメソッド java.io.OutputStream
flush, nullOutputStream
-
-
-
-
メソッドの詳細
-
isOpen
public boolean isOpen()
- オーバーライド:
isOpenクラス内SmbFileOutputStream- 戻り値:
- whether the stream is open
- 関連項目:
SmbFileOutputStream.isOpen()
-
ensureTreeConnected
protected jcifs.smb.SmbTreeHandleImpl ensureTreeConnected() throws CIFSException- オーバーライド:
ensureTreeConnectedクラス内SmbFileOutputStream- 例外:
CIFSException
-
ensureOpen
protected jcifs.smb.SmbFileHandleImpl ensureOpen() throws CIFSException- オーバーライド:
ensureOpenクラス内SmbFileOutputStream- 例外:
CIFSException
-
getHandle
protected jcifs.smb.SmbPipeHandleImpl getHandle()
- 戻り値:
- the handle
-
close
public void close()
クラスからコピーされた説明:SmbFileOutputStreamCloses this output stream and releases any system resources associated with it.- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Closeable- オーバーライド:
closeクラス内SmbFileOutputStream
-
-