public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo(String fileName,
InputStream inputStream,
long fileSize,
String MIMEType,
int pageCount,
boolean isEncrypted,
boolean isOpenPasswordRequired,
boolean isSuppliedPasswordCorrect,
boolean isStreamInput) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
long |
getFileSize() |
InputStream |
getInputStream() |
String |
getMIMEType() |
int |
getPageCount() |
boolean |
isEncrypted() |
boolean |
isOpenPasswordRequired() |
boolean |
isStreamInput() |
boolean |
isSuppliedPasswordCorrect() |
String |
toString() |
public FileInfo(String fileName, InputStream inputStream, long fileSize, String MIMEType, int pageCount, boolean isEncrypted, boolean isOpenPasswordRequired, boolean isSuppliedPasswordCorrect, boolean isStreamInput)
public String getFileName()
public InputStream getInputStream()
public long getFileSize()
public String getMIMEType()
public int getPageCount()
public boolean isEncrypted()
public boolean isOpenPasswordRequired()
public boolean isSuppliedPasswordCorrect()
public boolean isStreamInput()