public class StreamSource extends AbstractSource<InputStream>
InputStream
sourceModifier and Type | Method and Description |
---|---|
<R> R |
dispatch(SourceDispatcher<R> dispatcher) |
InputStream |
getSource() |
static StreamSource |
newInstance(InputStream stream,
String name) |
getName, toString
public InputStream getSource()
public <R> R dispatch(SourceDispatcher<R> dispatcher) throws TaskIOException
R
- generic type as result of the dispatch action.TaskIOException
public static StreamSource newInstance(InputStream stream, String name)
Copyright © 2019 sejda. All rights reserved.