public class ByteArrayReadingFileBasedDocumentFactory extends AbstractFileBasedDocumentFactory
DocumentRawData property. Mainly used for backwards
compatibility.| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ByteArrayReadingFileBasedDocumentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFileContent(File file,
org.dice_research.topicmodeling.utils.doc.Document document)
Adds the content of the given file to the given document.
|
createDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocumentpublic ByteArrayReadingFileBasedDocumentFactory()
protected void addFileContent(File file, org.dice_research.topicmodeling.utils.doc.Document document)
AbstractFileBasedDocumentFactoryaddFileContent in class AbstractFileBasedDocumentFactoryfile - the file the newly created document is based ondocument - the document to which the file content should be addedCopyright © 2015–2020. All rights reserved.