public abstract class AbstractConverterNoEntriesSupport extends Object implements IConverter
IConverter which don't support entries input stream provider (only zipped document odt,
docx...).| Constructor and Description |
|---|
AbstractConverterNoEntriesSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSupportEntries()
Returns true if converter can support input stream entry provider and false otherwise.
|
void |
convert(IEntryInputStreamProvider inProvider,
OutputStream out,
Options options)
Convert the given entry input stream provider document 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(IEntryInputStreamProvider inProvider, 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.