Package io.github.ai4ci.flow
Class CSVWriter<X extends CSVWriter.Writeable>
java.lang.Object
io.github.ai4ci.flow.CSVWriter<X>
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Method Summary
-
Method Details
-
export
-
of
public static <X extends CSVWriter.Writeable> CSVWriter<X> of(Class<X> type, File file, int size) throws IOException - Throws:
IOException
-
export
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
flush
public void flush() -
isWaiting
public boolean isWaiting() -
join
- Throws:
InterruptedException
-
report
-