Class CsvFile

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public class CsvFile
    extends File
                        

    Represents a CSV file

    Basically holds the CSV separator

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      char getSeparator()
      • Methods inherited from class java.io.File

        canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setLastModified, setReadOnly, setReadable, setWritable, toPath, toString, toURI, toURL
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CsvFile

        CsvFile(File parent, String child, char separator)
      • CsvFile

        CsvFile(String parent, String child, char separator)
      • CsvFile

        CsvFile(String pathname, char separator)
      • CsvFile

        CsvFile(URI uri, char separator)
      • CsvFile

        CsvFile()
        DO NOT USE - UNIT TEST ONLY