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, waitcreateReader, getCSV, readHeaderpublic java.nio.file.Path getFile()
public java.lang.String getFilename()
getFilename in interface CSVFilepublic java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface CSVFilejava.io.FileNotFoundExceptionjava.io.IOException