public class FileInfo extends Object
Constructor and Description |
---|
FileInfo(FileType fileType,
long size,
boolean encrypted) |
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType()
Gets the document type.
|
long |
getSize()
Gets the size of the document in bytes.
|
boolean |
isEncrypted()
Gets a value that represents whether a file is password-protected.
|
public FileInfo(FileType fileType, long size, boolean encrypted)
public FileType getFileType()
FileType
class that represents the type of the document.public long getSize()
public boolean isEncrypted()
Copyright © 2022. All rights reserved.