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 object
class
CSVReader
extends
Closeable
,
CSVReaderCompat
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
CSVReaderCompat
trait
Closeable
trait
AutoCloseable
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
all
(
):
List
[
List
[
String
]]
def
allWithHeaders
(
):
List
[
Map
[
String
,
String
]]
def
allWithOrderedHeaders
(
): (
List
[
String
],
List
[
Map
[
String
,
String
]])
def
close
(
):
Unit
def
foreach
(
f
: (
Seq
[
String
])
=>
Unit
):
Unit
def
iterator
:
Iterator
[
Seq
[
String
]]
def
iteratorWithHeaders
:
Iterator
[
Map
[
String
,
String
]]
def
readNext
(
):
Option
[
List
[
String
]]
def
toStream
:
Stream
[
List
[
String
]]
def
toStreamWithHeaders
:
Stream
[
Map
[
String
,
String
]]
Inherited methods
def
toLazyList
(
):
LazyList
[
List
[
String
]]
Attributes
Inherited from:
CSVReaderCompat
def
toLazyListWithHeaders
(
):
LazyList
[
Map
[
String
,
String
]]
Attributes
Inherited from:
CSVReaderCompat
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods