com.github.tototoshi.csv

Members list

Type members

Classlikes

trait CSVFormat extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object CSVFormat

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
CSVFormat.type
object CSVParser

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
CSVParser.type
class CSVParser(format: CSVFormat) extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
class CSVReader extends Closeable, CSVReaderCompat

Attributes

Companion
object
Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
object CSVReader

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
CSVReader.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CSVReader
Self type
class CSVWriter(val writer: Writer)(implicit val format: CSVFormat) extends Closeable, Flushable

Attributes

Companion
object
Supertypes
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
object CSVWriter

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
CSVWriter.type
trait DefaultCSVFormat extends CSVFormat

Attributes

Supertypes
trait CSVFormat
trait Serializable
class Object
trait Matchable
class Any
class MalformedCSVException(message: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case object QUOTE_ALL extends Quoting

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Quoting
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
QUOTE_ALL.type
case object QUOTE_MINIMAL extends Quoting

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Quoting
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object QUOTE_NONE extends Quoting

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Quoting
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
QUOTE_NONE.type
case object QUOTE_NONNUMERIC extends Quoting

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Quoting
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract trait Quoting extends Product, Serializable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object QUOTE_ALL
object QUOTE_MINIMAL
object QUOTE_NONE
trait TSVFormat extends CSVFormat

Attributes

Supertypes
trait CSVFormat
trait Serializable
class Object
trait Matchable
class Any