クラス FileNotifyInformationImpl
- java.lang.Object
-
- jcifs.internal.smb1.trans.nt.FileNotifyInformationImpl
-
- すべての実装されたインタフェース:
Decodable,FileNotifyInformation
public class FileNotifyInformationImpl extends Object implements FileNotifyInformation, Decodable
File notification information- 作成者:
- mbechler
-
-
フィールドの概要
-
インタフェースから継承されたフィールド jcifs.FileNotifyInformation
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
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileNotifyInformationImpl()FileNotifyInformationImpl(byte[] buffer, int bufferIndex, int len)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intgetAction()StringgetFileName()intgetNextEntryOffset()StringtoString()
-
-
-
コンストラクタの詳細
-
FileNotifyInformationImpl
public FileNotifyInformationImpl()
-
FileNotifyInformationImpl
public FileNotifyInformationImpl(byte[] buffer, int bufferIndex, int len) throws IOException- パラメータ:
buffer-bufferIndex-len-- 例外:
IOException
-
-
メソッドの詳細
-
getAction
public int getAction()
- 定義:
getActionインタフェース内FileNotifyInformation- 戻り値:
- the action triggering this entry (FILE_ACTION_*)
-
getFileName
public String getFileName()
- 定義:
getFileNameインタフェース内FileNotifyInformation- 戻り値:
- the file name affected by the action
-
getNextEntryOffset
public int getNextEntryOffset()
- 戻り値:
- the nextEntryOffset
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException
-
-