public class FileNotifyInformationImpl extends Object implements FileNotifyInformation, Decodable
FILE_ACTION_ADDED, FILE_ACTION_ADDED_STREAM, FILE_ACTION_MODIFIED, FILE_ACTION_MODIFIED_STREAM, FILE_ACTION_REMOVED, FILE_ACTION_REMOVED_BY_DELETE, FILE_ACTION_REMOVED_STREAM, FILE_ACTION_RENAMED_NEW_NAME, FILE_ACTION_RENAMED_OLD_NAME, FILE_NOTIFY_CHANGE_ATTRIBUTES, FILE_NOTIFY_CHANGE_CREATION, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_EA, FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_LAST_ACCESS, FILE_NOTIFY_CHANGE_LAST_WRITE, FILE_NOTIFY_CHANGE_NAME, FILE_NOTIFY_CHANGE_SECURITY, FILE_NOTIFY_CHANGE_SIZE, FILE_NOTIFY_CHANGE_STREAM_NAME, FILE_NOTIFY_CHANGE_STREAM_SIZE, FILE_NOTIFY_CHANGE_STREAM_WRITE| Constructor and Description |
|---|
FileNotifyInformationImpl() |
FileNotifyInformationImpl(byte[] buffer,
int bufferIndex,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(byte[] buffer,
int bufferIndex,
int len) |
int |
getAction() |
String |
getFileName() |
int |
getNextEntryOffset() |
String |
toString() |
public FileNotifyInformationImpl()
public FileNotifyInformationImpl(byte[] buffer,
int bufferIndex,
int len)
throws IOException
buffer - bufferIndex - len - IOExceptionpublic int getAction()
getAction in interface FileNotifyInformationpublic String getFileName()
getFileName in interface FileNotifyInformationpublic int getNextEntryOffset()
public int decode(byte[] buffer,
int bufferIndex,
int len)
throws SMBProtocolDecodingException
decode in interface DecodableSMBProtocolDecodingExceptionCopyright © 2021. All rights reserved.