public interface OutputFormatWriter<T> extends Converter<T>
String some other object representation will be returned
to the caller.| Modifier and Type | Method and Description |
|---|---|
void |
write(T output,
java.io.OutputStream out) |
convert, getOptions, getOutfileSuffix, setOutfileSuffixvoid write(T output, java.io.OutputStream out) throws java.io.IOException
java.io.IOException