@API(type=EXTENDABLE,
src=PUBLIC)
public interface ConversionProvider
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.String systemID,
java.lang.String originalSourceSystemID,
java.io.InputStream is,
java.io.OutputStream os,
java.util.LinkedHashMap<java.lang.String,java.lang.String> properties)
Convert the input stream to an output stream.
|
void convert(java.lang.String systemID, java.lang.String originalSourceSystemID, java.io.InputStream is, java.io.OutputStream os, java.util.LinkedHashMap<java.lang.String,java.lang.String> properties) throws java.io.IOException
systemID
- The entire URL string.originalSourceSystemID
- The original source system IDis
- The input source. The convertor should not attempt to close it.os
- The output source The convertor should not attempt to close it.properties
- The map of properties.java.io.IOException
- If it fails to convert.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.