public abstract class AbstractConverterEntriesSupport extends Object implements IConverter
IConverter which support entries input stream provider.| Constructor and Description |
|---|
AbstractConverterEntriesSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSupportEntries()
Returns true if converter can support input stream entry provider and false otherwise.
|
void |
convert(InputStream in,
OutputStream out,
Options options)
Convert the given entry input stream document zipped (odt, docx...) to another format.
|
boolean |
isDefault()
Returns true if the converter is the default converter to use when there is several converters with same from/to
and false otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, getMimeMappingpublic void convert(InputStream in, OutputStream out, Options options) throws XDocConverterException
IConverterconvert in interface IConverterXDocConverterExceptionpublic boolean canSupportEntries()
IConvertercanSupportEntries in interface IConverterpublic boolean isDefault()
IConverterisDefault in interface IConverterCopyright © 2015. All Rights Reserved.