com.crocus.examples.csv
Interface CSVFile

All Known Implementing Classes:
CSVFileImpl

public interface CSVFile

Title:

Description: Interface defining a few methods for a CSVFile

Copyright:

Company:

Author:
M Shaaf
Email:
shaaf.m@gmail.com

Method Summary
 AbstractCSVRecordManager getCSVRecordManager()
           
 char getDeliminator()
           
 void openFile()
           
 void write()
           
 

Method Detail

getCSVRecordManager

AbstractCSVRecordManager getCSVRecordManager()

openFile

void openFile()
              throws FileNotFoundException
Throws:
FileNotFoundException

write

void write()
           throws IOException
Throws:
IOException

getDeliminator

char getDeliminator()

Crocus - The First Flower of Spring