public interface InputStreamFactory
InputStream to read a document.
Passing an InputStreamFactory is beneficial if the recipient
may wish to delay opening an InputStream (if at all), or if the
recipient needs to open an InputStream several times.| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Returns an InputStream.
|