JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.data
Interface JCFileFormatParser

All Known Implementing Classes:
JCCSVFormatParser, JCStandardFormatParser, JCXMLFormatParser

public interface JCFileFormatParser

Interface defined to allow easy addition of new file format parsers into LiveTable. Each parser must use java.io.Reader to read data, and must add the data to the standard LiveTable data container JCVectorDataSource.


Method Summary
 void readAndParse(Reader r, com.klg.jclass.table.data.JCVectorDataSource ds)
           
 

Method Detail

readAndParse

public void readAndParse(Reader r,
                         com.klg.jclass.table.data.JCVectorDataSource ds)
                  throws IOException
IOException

Copyright © 2004 Quest Software Inc..
All rights reserved.