public interface IInputStreamSource
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Invoked when the converter requests a new input stream with data for conversion.
|
void |
onConsumed(InputStream inputStream)
Called when the file was consumed and is not longer required by the converter.
|
InputStream getInputStream()
Future.get() method.void onConsumed(InputStream inputStream)
Future.get() method.inputStream - The input stream representing the conversion data. This is not necessarily the same
instance that was retrieved when getInputStream()
was called.Copyright © 2013–2016. All rights reserved.