com.github.tototoshi.csv
package com.github.tototoshi.csv
Members list
Type members
Classlikes
trait CSVFormat extends Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
trait DefaultCSVFormattrait TSVFormat
object CSVFormat
object CSVParser
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
class CSVReader extends Closeable, CSVReaderCompat
Attributes
- Companion
- object
- Supertypes
-
trait CSVReaderCompattrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object CSVReader
trait CSVReaderCompat
Attributes
- Companion
- object
- Supertypes
-
trait Flushabletrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object CSVWriter
trait DefaultCSVFormat extends CSVFormat
Attributes
- Supertypes
class MalformedCSVException(message: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case object QUOTE_MINIMAL extends Quoting
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Quotingtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
QUOTE_MINIMAL.type
case object QUOTE_NONE extends Quoting
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Quotingtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
QUOTE_NONE.type
case object QUOTE_NONNUMERIC extends Quoting
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Quotingtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
QUOTE_NONNUMERIC.type
sealed abstract trait Quoting extends Product, Serializable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
In this article