public interface IInputStreamConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel()
Invoked if the conversion was cancelled.
|
void |
onComplete(InputStream inputStream)
Invoked if the conversion was completed successfully.
|
void |
onException(Exception e)
Invoked if the conversion finished with an exception.
|
void onComplete(InputStream inputStream)
Future.get() method.inputStream - The input stream representing the converted file.void onCancel()
void onException(Exception e)
e - An exception representing the reason for the failed conversion.Copyright © 2013–2016. All rights reserved.