jcifs.smb

Interface FileEntry

Known Implementing Classes:
SmbShareInfo

public interface FileEntry

Method Summary

long
createTime()
int
getAttributes()
String
getName()
int
getType()
long
lastModified()
long
length()

Method Details

createTime

public long createTime()

getAttributes

public int getAttributes()

getName

public String getName()

getType

public int getType()

lastModified

public long lastModified()

length

public long length()