IDocumentReaderPlugin
public interface IDocumentReaderPlugin
Defines an interface for external reader plugins that can read a file into a document.
Methods
| Method | Description |
|---|---|
| read(InputStream src, LoadOptions loadOptions, Document document) |
read(InputStream src, LoadOptions loadOptions, Document document)
public abstract void read(InputStream src, LoadOptions loadOptions, Document document)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| src | java.io.InputStream | |
| loadOptions | LoadOptions | |
| document | Document |