public interface FormatterEngine
| Modifier and Type | Method and Description |
|---|---|
void |
convert(InputStream input,
OutputStream output)
Converts the OBFL in the input stream and writes the result to the output stream.
|
void convert(InputStream input, OutputStream output) throws LayoutEngineException
input - the OBFL inputoutput - the output streamLayoutEngineException - if the conversion fails