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, setRelativeFilePattern
protected String separator
public String getSeparator()
public void setSeparator(String separator)
protected <T> void write(Iterable<T> source, String path) throws IOException
IOException
Copyright © 2015–2021 Fiji. All rights reserved.