public interface IFileSource
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Invoked when the converter requests a file for conversion.
|
void |
onConsumed(File file)
Called when the file was consumed and is not longer required by the converter.
|
File getFile()
Future.get() method.void onConsumed(File file)
Future.get() method.file - The file to be converted.Copyright © 2013–2016. All rights reserved.