Package jcifs.internal.smb1.net
Class SmbShareInfo
- java.lang.Object
-
- jcifs.internal.smb1.net.SmbShareInfo
-
-
Constructor Summary
Constructors Constructor Description SmbShareInfo()SmbShareInfo(String netName, int type, String remark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcreateTime()booleanequals(Object obj)intgetAttributes()intgetFileIndex()StringgetName()intgetType()inthashCode()longlastAccess()longlastModified()longlength()StringtoString()
-
-
-
Method Detail
-
getFileIndex
public int getFileIndex()
- Specified by:
getFileIndexin interfaceFileEntry- Returns:
- the file index inside the parent
- See Also:
FileEntry.getFileIndex()
-
getAttributes
public int getAttributes()
- Specified by:
getAttributesin interfaceFileEntry- Returns:
- the file attributes
-
createTime
public long createTime()
- Specified by:
createTimein interfaceFileEntry- Returns:
- the creation time
-
lastModified
public long lastModified()
- Specified by:
lastModifiedin interfaceFileEntry- Returns:
- the last modified time
-
lastAccess
public long lastAccess()
- Specified by:
lastAccessin interfaceFileEntry- Returns:
- the last access time
- See Also:
FileEntry.lastAccess()
-
-