public class FileInfo extends EntityInfo
Constructor and Description |
---|
FileInfo(java.lang.String fullPath,
long fileSize)
Creates a new FileInfo object.
|
Modifier and Type | Method and Description |
---|---|
long |
getFileSize()
Returns the file size in bytes
|
void |
setFileSize(long fileSize)
Sets the file size in bytes
|
getCreationTime, getFileName, getFullPath, getLastAccessTime, getLastModificationTime, setCreationTime, setFullPath, setLastAccessTime, setLastModificationTime, toString