パッケージ jcifs.internal.smb1.net
クラス SmbShareInfo
- java.lang.Object
-
- jcifs.internal.smb1.net.SmbShareInfo
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SmbShareInfo()SmbShareInfo(String netName, int type, String remark)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 longcreateTime()booleanequals(Object obj)intgetAttributes()intgetFileIndex()StringgetName()intgetType()inthashCode()longlastAccess()longlastModified()longlength()StringtoString()
-
-
-
メソッドの詳細
-
getFileIndex
public int getFileIndex()
- 定義:
getFileIndexインタフェース内FileEntry- 戻り値:
- the file index inside the parent
- 関連項目:
FileEntry.getFileIndex()
-
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
- 関連項目:
FileEntry.lastAccess()
-
-