Package jcifs.smb1.smb1
Interface FileEntry
-
- All Known Implementing Classes:
SmbShareInfo
public interface FileEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcreateTime()intgetAttributes()StringgetName()intgetType()longlastModified()longlength()
-
-
-
Method Detail
-
getName
String getName()
-
getType
int getType()
-
getAttributes
int getAttributes()
-
createTime
long createTime()
-
lastModified
long lastModified()
-
length
long length()
-
-