jcifs.smb
Interface FileEntry

All Known Implementing Classes:
SmbShareInfo

public interface FileEntry


Method Summary
 long createTime()
           
 int getAttributes()
           
 java.lang.String getName()
           
 int getType()
           
 long lastModified()
           
 long length()
           
 

Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getAttributes

public int getAttributes()

createTime

public long createTime()

lastModified

public long lastModified()

length

public long length()