Package jcifs.internal.smb2.ioctl
Class SrvPipePeekResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.SrvPipePeekResponse
-
-
Constructor Summary
Constructors Constructor Description SrvPipePeekResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecode(byte[] buffer, int bufferIndex, int len)byte[]getData()intgetMessageLength()intgetNamedPipeState()intgetNumberOfMessages()intgetReadDataAvailable()
-
-
-
Method Detail
-
getNamedPipeState
public int getNamedPipeState()
- Returns:
- the chunkBytesWritten
-
getReadDataAvailable
public int getReadDataAvailable()
- Returns:
- the chunksWritten
-
getNumberOfMessages
public int getNumberOfMessages()
- Returns:
- the totalBytesWritten
-
getMessageLength
public int getMessageLength()
- Returns:
- the totalBytesWritten
-
getData
public byte[] getData()
- Returns:
- the totalBytesWritten
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- Specified by:
decodein interfaceDecodable- Returns:
- decoded length
- Throws:
SMBProtocolDecodingException- See Also:
Decodable.decode(byte[], int, int)
-
-