public class SMB2CreateResponse extends SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor | Description |
|---|---|
SMB2CreateResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
FileTime |
getChangeTime() |
|
SMB2CreateAction |
getCreateAction() |
|
FileTime |
getCreationTime() |
|
java.util.Set<FileAttributes> |
getFileAttributes() |
|
SMB2FileId |
getFileId() |
|
FileTime |
getLastAccessTime() |
|
FileTime |
getLastWriteTime() |
|
protected void |
readMessage(SMBBuffer buffer) |
Read the packet body, this should be implemented by the various packet types.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, toString, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
SMB2PacketreadMessage in class SMB2PacketBuffer.BufferExceptionpublic SMB2CreateAction getCreateAction()
public FileTime getCreationTime()
public FileTime getLastAccessTime()
public FileTime getLastWriteTime()
public FileTime getChangeTime()
public java.util.Set<FileAttributes> getFileAttributes()
public SMB2FileId getFileId()