パッケージ jcifs.smb
インタフェース FileEntry
-
- 既知の実装クラスのリスト:
FileBothDirectoryInfo,SmbShareInfo
public interface FileEntry
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 longcreateTime()intgetAttributes()intgetFileIndex()StringgetName()intgetType()longlastAccess()longlastModified()longlength()
-
-
-
メソッドの詳細
-
getName
String getName()
- 戻り値:
- the file name
-
getType
int getType()
- 戻り値:
- the file type
-
getAttributes
int getAttributes()
- 戻り値:
- the file attributes
-
createTime
long createTime()
- 戻り値:
- the creation time
-
lastModified
long lastModified()
- 戻り値:
- the last modified time
-
lastAccess
long lastAccess()
- 戻り値:
- the last access time
-
length
long length()
- 戻り値:
- the file size
-
getFileIndex
int getFileIndex()
- 戻り値:
- the file index inside the parent
-
-