net.sf.flatpack.examples
Class Examples

java.lang.Object
  extended by net.sf.flatpack.examples.Examples
All Implemented Interfaces:
Repeater

public class Examples
extends java.lang.Object
implements Repeater

 

Constructor Summary
Examples()
           
 
Method Summary
 void doCall()
           
 void doCSVHeaderAndTrailer()
           
 void doCSVLarge()
           
 void doCSVPerformanceTest()
           
 void doCSVTestFileCreator()
           
 void doDelimitedFileExportToExcel()
           
 void doDelimitedMultiLine()
           
 void doDelimitedWithPZMap()
           
 void doDelimitedWithPZMapErrors()
           
 void doFixedLengthHeaderAndTrailer()
           
 void doFixedLengthWithPZMap()
           
 void doGC()
           
 void doLargeDelimitedWithPZMap()
           
 void doLargeFixedLengthWithPZMap()
           
 void doLowLevelParse()
           
 void doNumericsAndDates()
           
 void doStringBuffer()
           
 void doTestParsers()
           
static void main(java.lang.String[] args)
           
 void repeat(java.lang.reflect.Method target)
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Examples

public Examples()
Method Detail

tearDown

public void tearDown()

main

public static void main(java.lang.String[] args)
Parameters:
args -

repeat

public void repeat(java.lang.reflect.Method target)
Specified by:
repeat in interface Repeater

doCall

public void doCall()

doCSVTestFileCreator

public void doCSVTestFileCreator()

doCSVHeaderAndTrailer

public void doCSVHeaderAndTrailer()

doCSVPerformanceTest

public void doCSVPerformanceTest()

doDelimitedWithPZMap

public void doDelimitedWithPZMap()

doDelimitedWithPZMapErrors

public void doDelimitedWithPZMapErrors()

doDelimitedFileExportToExcel

public void doDelimitedFileExportToExcel()

doFixedLengthWithPZMap

public void doFixedLengthWithPZMap()

doFixedLengthHeaderAndTrailer

public void doFixedLengthHeaderAndTrailer()

doLargeDelimitedWithPZMap

public void doLargeDelimitedWithPZMap()

doLargeFixedLengthWithPZMap

public void doLargeFixedLengthWithPZMap()

doCSVLarge

public void doCSVLarge()

doLowLevelParse

public void doLowLevelParse()

doDelimitedMultiLine

public void doDelimitedMultiLine()

doNumericsAndDates

public void doNumericsAndDates()

doGC

public void doGC()

doStringBuffer

public void doStringBuffer()

doTestParsers

public void doTestParsers()