public abstract class CSVVisitor extends FileSaverVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
CSVVisitor.IndexedIterable<T> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
separator |
basePath, relativeFilePattern| Constructor and Description |
|---|
CSVVisitor(String basePath,
String relativeFilePattern,
String separator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSeparator() |
void |
setSeparator(String separator) |
protected <T> void |
write(Iterable<T> source,
String path) |
createParentDirectory, fileDir, getBasePath, getRelativeFilePattern, setBasePath, setRelativeFilePattern, setRelativeFilePatternprotected String separator
public String getSeparator()
public void setSeparator(String separator)
protected <T> void write(Iterable<T> source, String path) throws IOException
IOExceptionCopyright © 2015–2021 Fiji. All rights reserved.