パッケージ jcifs.internal.fscc
クラス FileBothDirectoryInfo
- java.lang.Object
-
- jcifs.internal.fscc.FileBothDirectoryInfo
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileBothDirectoryInfo(Configuration config, boolean unicode)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 longcreateTime()intdecode(byte[] buffer, int bufferIndex, int len)intgetAttributes()intgetFileIndex()StringgetFilename()StringgetName()intgetNextEntryOffset()intgetType()longlastAccess()longlastModified()longlength()StringtoString()
-
-
-
コンストラクタの詳細
-
FileBothDirectoryInfo
public FileBothDirectoryInfo(Configuration config, boolean unicode)
- パラメータ:
config-unicode-
-
-
メソッドの詳細
-
getFileIndex
public int getFileIndex()
- 定義:
getFileIndexインタフェース内FileEntry- 戻り値:
- the fileIndex
-
getFilename
public String getFilename()
- 戻り値:
- the filename
-
getAttributes
public int getAttributes()
- 定義:
getAttributesインタフェース内FileEntry- 戻り値:
- the file attributes
-
createTime
public long createTime()
- 定義:
createTimeインタフェース内FileEntry- 戻り値:
- the creation time
-
lastModified
public long lastModified()
- 定義:
lastModifiedインタフェース内FileEntry- 戻り値:
- the last modified time
-
lastAccess
public long lastAccess()
- 定義:
lastAccessインタフェース内FileEntry- 戻り値:
- the last access time
-
getNextEntryOffset
public int getNextEntryOffset()
- 戻り値:
- the nextEntryOffset
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
-