Package com.quadrique.jbuildingblocks.core.io.file.parser

Class Summary
JbbCsvFormattedTextFileHandler This class provides goodies to manipulate a text file whose values are separated by commas:
x1,x2,x3
x7,,x8
,x3,tx4
JbbFormattedTextFileHandler This is a base class that provides a framework to parse and process a formatted text file (e.g.
JbbFormattedTextFileHandlerTest A test class for the JUnit testing framework
JbbFormattedTextFileLine This class represents a parsed line of a formatted text field (e.g .a CSV file)
JbbFormattedTextFileLineTest A test class for the JUnit testing framework
JbbTabFormattedTextFileHandler This class provides goodies to manipulate a text file whose values are separated by TABS:
x1\tx2\tx3
x7\t\tx8
\tx3\tx4
 



Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.