public class StreamSource extends AbstractSource<InputStream>
InputStream source| Modifier and Type | Method and Description |
|---|---|
<R> R |
dispatch(SourceDispatcher<R> dispatcher) |
InputStream |
getSource() |
org.sejda.io.SeekableSource |
initializeSeekableSource() |
static StreamSource |
newInstance(InputStream stream,
String name) |
getName, toStringgetEncryptionAtRestPolicy, getSeekableSource, setEncryptionAtRestPolicyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEncryptionAtRestPolicy, getSeekableSource, setEncryptionAtRestPolicypublic InputStream getSource()
public <R> R dispatch(SourceDispatcher<R> dispatcher) throws TaskIOException
R - generic type as result of the dispatch action.TaskIOExceptionpublic org.sejda.io.SeekableSource initializeSeekableSource()
throws IOException
IOExceptionpublic static StreamSource newInstance(InputStream stream, String name)
Copyright © 2021 sejda. All rights reserved.