public abstract class AbstractCSVFile extends java.lang.Object implements CSVFile
Constructor and Description |
---|
AbstractCSVFile(java.nio.file.Path file) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getFile() |
java.lang.String |
getFilename() |
java.io.InputStream |
getInputStream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createReader, getCSV, readHeader
public java.nio.file.Path getFile()
public java.lang.String getFilename()
getFilename
in interface CSVFile
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface CSVFile
java.io.FileNotFoundException
java.io.IOException