com.gentlyweb.utils
public class FileDetails extends Object
Constructor and Description |
---|
FileDetails(File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRead() |
boolean |
canWrite() |
boolean |
exists() |
File |
getFile() |
long |
getLength() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
isHidden() |
long |
lastModified() |
public FileDetails(File file)
public File getFile()
public boolean isDirectory()
public boolean isFile()
public boolean canWrite()
public boolean canRead()
public long getLength()
public boolean isHidden()
public long lastModified()
public boolean exists()