public class MiniCSV
extends java.lang.Object
| Constructor and Description |
|---|
MiniCSV(java.lang.String filename)
create csv with no auto flush of written data.
|
MiniCSV(java.lang.String filename,
boolean autoflush) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finishRow() |
void |
writeDouble(double v) |
void |
writeLong(long n) |
void |
writeString(java.lang.String s) |
public MiniCSV(java.lang.String filename)
throws java.io.FileNotFoundException
filename - java.io.FileNotFoundExceptionpublic MiniCSV(java.lang.String filename,
boolean autoflush)
throws java.io.FileNotFoundException
filename - autoflush - auto flush of written datajava.io.FileNotFoundException