Class OFX1ToXML

java.lang.Object
java.io.InputStream
org.compiere.impexp.OFX1ToXML
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public final class OFX1ToXML extends InputStream implements Runnable
Covert OFX 1XX (SQGML) into valid XML.

SGML BASED OFX 1 compliant data is read from the BufferedReader passed to init. This class extends InputStream, allowing the XML compliant output data to be read from it.

Version:
$Id: OFX1ToXML.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Maarten Klinker