scala-csv
scala-csv
API
com.github.tototoshi.csv
CSVFormat
CSVFormat
CSVParser
CSVParser
CSVReader
CSVReader
CSVReaderCompat
CSVWriter
CSVWriter
DefaultCSVFormat
MalformedCSVException
QUOTE_ALL
QUOTE_MINIMAL
QUOTE_NONE
QUOTE_NONNUMERIC
Quoting
TSVFormat
scala-csv
/
com.github.tototoshi.csv
/
CSVReader
CSVReader
com.github.tototoshi.csv.CSVReader
See the
CSVReader
companion class
object
CSVReader
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
CSVReader
.
type
Members list
Clear all
Value members
Concrete methods
def
open
(
source
:
Source
)(
implicit
format
:
CSVFormat
):
CSVReader
def
open
(
reader
:
Reader
)(
implicit
format
:
CSVFormat
):
CSVReader
def
open
(
file
:
File
)(
implicit
format
:
CSVFormat
):
CSVReader
def
open
(
file
:
File
,
encoding
:
String
)(
implicit
format
:
CSVFormat
):
CSVReader
def
open
(
filename
:
String
)(
implicit
format
:
CSVFormat
):
CSVReader
def
open
(
filename
:
String
,
encoding
:
String
)(
implicit
format
:
CSVFormat
):
CSVReader
Concrete fields
val
DEFAULT_ENCODING
:
String
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields