Class AbstractCSVFile

    • Constructor Detail

      • AbstractCSVFile

        public AbstractCSVFile​(java.nio.file.Path file)
    • Method Detail

      • getFile

        public java.nio.file.Path getFile()
        Specified by:
        getFile in interface CSVFile
        Returns:
        the complete path to the CSV file (including the file itself)
      • getFilename

        public java.lang.String getFilename()
        Specified by:
        getFilename in interface CSVFile
        Returns:
        the filename with extension
      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Specified by:
        getInputStream in interface CSVFile
        Returns:
        input stream of this CSV file
        Throws:
        java.io.FileNotFoundException
        java.io.IOException