public abstract class AbstractDocumentReader extends Object implements DocumentReader
| Constructor and Description |
|---|
AbstractDocumentReader() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExportedDocument |
read()
Reads a single document.
|
ExportedDocument[] |
read(int count)
Reads next 'count' documents.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic AbstractDocumentReader()
public abstract ExportedDocument read() throws IOException
DocumentReaderread in interface DocumentReaderIOExceptionpublic ExportedDocument[] read(int count) throws IOException
DocumentReaderread in interface DocumentReadercount - the number of documents to readIOExceptionCopyright © 2019 Nuxeo. All rights reserved.