| Interface | Description |
|---|---|
| FileBasedDocumentFactory |
A factory creating a
Document instance from the supplied file. |
| Class | Description |
|---|---|
| AbstractFileBasedDocumentFactory |
Abstract implementation of a
FileBasedDocumentFactory which creates
the Document instance, adds the file name as document name and calls
the internal abstract method AbstractFileBasedDocumentFactory.addFileContent(File, Document) to read
the content of the file. |
| ByteArrayReadingFileBasedDocumentFactory |
Simple file-based document factory reading the file content as byte array and
adding it as
DocumentRawData property. |
| StreamOpeningFileBasedDocumentFactory |
Copyright © 2015–2020. All rights reserved.