パッケージ jcifs.smb
クラス SmbPipeInputStream
- java.lang.Object
-
- java.io.InputStream
-
- jcifs.smb.SmbFileInputStream
-
- jcifs.smb.SmbPipeInputStream
-
- すべての実装されたインタフェース:
Closeable,AutoCloseable
public class SmbPipeInputStream extends SmbFileInputStream
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intavailable()This stream class is unbuffered.voidclose()Closes this input stream and releases any system resources associated with the stream.protected jcifs.smb.SmbFileHandleImplensureOpen()protected jcifs.smb.SmbTreeHandleImplensureTreeConnected()-
クラスから継承されたメソッド jcifs.smb.SmbFileInputStream
open, read, read, read, readDirect, seToIoe, skip
-
クラスから継承されたメソッド java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
-
-
-
-
メソッドの詳細
-
ensureTreeConnected
protected jcifs.smb.SmbTreeHandleImpl ensureTreeConnected() throws CIFSException- 例外:
CIFSException
-
ensureOpen
protected jcifs.smb.SmbFileHandleImpl ensureOpen() throws CIFSException- 例外:
CIFSException
-
available
public int available() throws IOExceptionThis stream class is unbuffered. Therefore this method will always return 0 for streams connected to regular files. However, a stream created from a Named Pipe this method will query the server using a "peek named pipe" operation and return the number of available bytes on the server.- オーバーライド:
availableクラス内SmbFileInputStream- 例外:
IOException
-
close
public void close()
クラスからコピーされた説明:SmbFileInputStreamCloses this input stream and releases any system resources associated with the stream.- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Closeable- オーバーライド:
closeクラス内SmbFileInputStream
-
-