com.quadrique.jbuildingblocks.core.io.file.parser
Class JbbCsvFormattedTextFileHandler

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.file.parser.JbbFormattedTextFileHandler
      extended by com.quadrique.jbuildingblocks.core.io.file.parser.JbbCsvFormattedTextFileHandler

public abstract class JbbCsvFormattedTextFileHandler
extends JbbFormattedTextFileHandler

This class provides goodies to manipulate a text file whose values are separated by commas:
x1,x2,x3
x7,,x8
,x3,tx4

Author:
Hervé Rivere

Constructor Summary
JbbCsvFormattedTextFileHandler()
          Constructor
 
Method Summary
 
Methods inherited from class com.quadrique.jbuildingblocks.core.io.file.parser.JbbFormattedTextFileHandler
getFile, isIgnoreFirstLine, processFile, processLine, setColumnNames, setFile, setIgnoreFirstLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbCsvFormattedTextFileHandler

public JbbCsvFormattedTextFileHandler()
Constructor



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