public class SMB2ReadRequest extends SMB2MultiCreditPacket
creditsAssignedheader, structureSize| Constructor and Description |
|---|
SMB2ReadRequest(NegotiatedProtocol negotiatedProtocol,
SMB2FileId fileId,
long sessionId,
long treeId,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeTo(SMBBuffer buffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getPayloadSize, setCreditsAssignedgetHeader, getSequenceNumber, getStructureSize, read, readMessage, writepublic SMB2ReadRequest(NegotiatedProtocol negotiatedProtocol, SMB2FileId fileId, long sessionId, long treeId, long offset)
protected void writeTo(SMBBuffer buffer)
SMB2PacketwriteTo in class SMB2Packet