public class SMB2Close extends SMB2Packet
header, structureSize| Constructor and Description |
|---|
SMB2Close() |
SMB2Close(SMB2Dialect smbDialect,
long sessionId,
long treeId,
SMB2FileId fileId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocationSize() |
java.util.Date |
getChangeTime() |
java.util.Date |
getCreationTime() |
byte[] |
getFileAttributes() |
java.util.Date |
getLastAccessTime() |
java.util.Date |
getLastWriteTime() |
long |
getSize() |
protected void |
readMessage(SMBBuffer buffer) |
void |
setFileId(SMB2FileId fileId) |
protected void |
writeTo(SMBBuffer buffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getHeader, getSequenceNumber, getStructureSize, read, writepublic SMB2Close()
public SMB2Close(SMB2Dialect smbDialect, long sessionId, long treeId, SMB2FileId fileId)
protected void writeTo(SMBBuffer buffer)
SMB2PacketwriteTo in class SMB2Packetprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
readMessage in class SMB2PacketBuffer.BufferExceptionpublic java.util.Date getCreationTime()
public java.util.Date getLastAccessTime()
public java.util.Date getLastWriteTime()
public java.util.Date getChangeTime()
public long getAllocationSize()
public long getSize()
public byte[] getFileAttributes()
public void setFileId(SMB2FileId fileId)