Class SMB2IoctlResponse
java.lang.Object
com.hierynomus.smb.SMBPacket<SMB2PacketData, SMB2PacketHeader>
com.hierynomus.mssmb2.SMB2Packet
com.hierynomus.mssmb2.messages.SMB2IoctlResponse
[MS-SMB2].pdf 2.2.32 SMB2 IOCTL Response
\
-
Field Summary
Fields inherited from class SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]byte[]protected voidreadMessage(SMBBuffer buffer) Read the packet body, this should be implemented by the various packet types.Methods inherited from class SMB2Packet
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, setError, toString, write, writeTo
-
Constructor Details
-
SMB2IoctlResponse
public SMB2IoctlResponse()
-
-
Method Details
-
readMessage
Description copied from class:SMB2PacketRead the packet body, this should be implemented by the various packet types.- Overrides:
readMessagein classSMB2Packet- Parameters:
buffer-- Throws:
Buffer.BufferException
-
getOutputBuffer
public byte[] getOutputBuffer() -
getInputBuffer
public byte[] getInputBuffer() -
getControlCode
public int getControlCode() -
getFileId
-