IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(IInputStreamConsumer callback) |
Configures the current conversion to write the result to invoke the given callback when the conversion
terminates.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(File target) |
Configures the current conversion to write the result to the specified file target.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(File target,
IFileConsumer callback) |
Configures the current conversion to write the result to the specified file target.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(OutputStream target) |
Configures the current conversion to write the result to the specified OutputStream.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(OutputStream target,
boolean closeStream) |
Configures the current conversion to write the result to the specified OutputStream.
|