Package jcifs.smb1.smb1
Class SmbShareInfo
- java.lang.Object
-
- jcifs.smb1.smb1.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()StringgetName()intgetType()inthashCode()longlastModified()longlength()StringtoString()
-
-
-
Method Detail
-
getAttributes
public int getAttributes()
- Specified by:
getAttributesin interfaceFileEntry
-
createTime
public long createTime()
- Specified by:
createTimein interfaceFileEntry
-
lastModified
public long lastModified()
- Specified by:
lastModifiedin interfaceFileEntry
-
-