com.datamessenger.util
Interface DataParser

All Known Implementing Classes:
RecordSetParser

public interface DataParser

Describes an Object that will fill a generic data archive from the contents of a BufferedReader. A factory Object should be used to return a DataParser of an appropriate type for the readers content.


Method Summary
 DataParser getParserInstance()
           
 java.lang.Object parseData(java.io.BufferedReader reader, java.lang.Object archive)
           
 

Method Detail

parseData


public java.lang.Object parseData(java.io.BufferedReader reader,

                                  java.lang.Object archive)

                           throws java.lang.Exception

getParserInstance


public DataParser getParserInstance()


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.