public interface DocumentReader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the reader.
|
ExportedDocument |
read()
Reads a single document.
|
ExportedDocument[] |
read(int count)
Reads next 'count' documents.
|
ExportedDocument read() throws IOException
IOExceptionExportedDocument[] read(int count) throws IOException
count - the number of documents to readIOExceptionvoid close()
Copyright © 2011 Nuxeo SA. All Rights Reserved.