public interface SmbPipeHandleInternal extends SmbPipeHandle
| Modifier and Type | Method and Description |
|---|---|
SmbFileHandle |
ensureOpen() |
SmbTreeHandleInternal |
ensureTreeConnected() |
SmbPipeInputStream |
getInput() |
SmbPipeOutputStream |
getOutput() |
int |
getPipeType() |
byte[] |
getSessionKey() |
int |
recv(byte[] buf,
int off,
int length) |
void |
send(byte[] buf,
int off,
int length) |
int |
sendrecv(byte[] buf,
int off,
int length,
byte[] inB,
int maxRecvCnt) |
int getPipeType()
byte[] getSessionKey()
throws CIFSException
CIFSExceptionSmbPipeInputStream getInput() throws CIFSException
getInput in interface SmbPipeHandleSmbExceptionCIFSExceptionSmbPipeOutputStream getOutput() throws CIFSException
getOutput in interface SmbPipeHandleSmbExceptionCIFSExceptionSmbTreeHandleInternal ensureTreeConnected() throws CIFSException
SmbExceptionCIFSExceptionSmbFileHandle ensureOpen() throws CIFSException
CIFSExceptionint recv(byte[] buf,
int off,
int length)
throws IOException
buf - off - length - direct - CIFSExceptionIOExceptionvoid send(byte[] buf,
int off,
int length)
throws IOException
buf - off - length - direct - IOExceptionint sendrecv(byte[] buf,
int off,
int length,
byte[] inB,
int maxRecvCnt)
throws IOException
buf - off - length - inB - maxRecvCnt - IOExceptionCopyright © 2018. All rights reserved.