public interface FileInfo
FileInfoImpl
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType()
The type of the file.
|
boolean |
isEncrypted()
Indicates that file is encrypted.
|
void |
setEncrypted(boolean encrypted)
Indicates that file is encrypted.
|
FileType getFileType()
boolean isEncrypted()
void setEncrypted(boolean encrypted)