public interface DocumentSource
Modifier and Type | Method and Description |
---|---|
InputStream |
inputStream()
Provides an InputStream to read the content of the document.
|
Metadata |
metadata()
Returns the metadata associated with the source of the document.
|
InputStream inputStream() throws IOException
IOException
- If an I/O error occurs while creating the InputStream.Metadata metadata()
Copyright © 2023. All rights reserved.