パッケージ jcifs.smb
インタフェース SmbPipeHandleInternal
-
- すべてのスーパーインタフェース:
AutoCloseable,SmbPipeHandle
public interface SmbPipeHandleInternal extends SmbPipeHandle
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 SmbFileHandleensureOpen()SmbTreeHandleInternalensureTreeConnected()SmbPipeInputStreamgetInput()SmbPipeOutputStreamgetOutput()intgetPipeType()byte[]getSessionKey()intrecv(byte[] buf, int off, int length)voidsend(byte[] buf, int off, int length)intsendrecv(byte[] buf, int off, int length, byte[] inB, int maxRecvCnt)
-
-
-
メソッドの詳細
-
getPipeType
int getPipeType()
- 戻り値:
- the pipe type
-
getSessionKey
byte[] getSessionKey() throws CIFSException- 戻り値:
- session key of the underlying smb session
- 例外:
CIFSException
-
getInput
SmbPipeInputStream getInput() throws CIFSException
- 定義:
getInputインタフェース内SmbPipeHandle- 戻り値:
- this pipe's input stream
- 例外:
SmbExceptionCIFSException
-
getOutput
SmbPipeOutputStream getOutput() throws CIFSException
- 定義:
getOutputインタフェース内SmbPipeHandle- 戻り値:
- this pipe's output stream
- 例外:
SmbExceptionCIFSException
-
ensureTreeConnected
SmbTreeHandleInternal ensureTreeConnected() throws CIFSException
- 戻り値:
- tree connection
- 例外:
SmbExceptionCIFSException
-
ensureOpen
SmbFileHandle ensureOpen() throws CIFSException
- 戻り値:
- file handle
- 例外:
CIFSException
-
recv
int recv(byte[] buf, int off, int length) throws IOException- パラメータ:
buf-off-length-direct-- 戻り値:
- received bytes
- 例外:
CIFSExceptionIOException
-
send
void send(byte[] buf, int off, int length) throws IOException- パラメータ:
buf-off-length-direct-- 例外:
IOException
-
sendrecv
int sendrecv(byte[] buf, int off, int length, byte[] inB, int maxRecvCnt) throws IOException- パラメータ:
buf-off-length-inB-maxRecvCnt-- 戻り値:
- len
- 例外:
IOException
-
-