IDocumentReaderPlugin

public interface IDocumentReaderPlugin

Defines an interface for external reader plugins that can read a file into a document.

Methods

MethodDescription
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:

ParameterTypeDescription
srcjava.io.InputStream
loadOptionsLoadOptions
documentDocument