Scalax
|
|
scalax/io/CsvFile.scala
]
class
CsvFile(val
resource : ManagedResource[java.io.Reader])
extends
ManagedSequence[scala.Array[java.lang.String]]Additional Constructor Summary | |
def
|
this (f : java.io.File, cs : java.lang.String) : CsvFile |
def
|
this (f : java.io.File) : CsvFile |
Type Summary | |
type
|
Handle |
Method Summary | |
def
|
arity : Int |
def
|
commentStart : Char |
def
|
comments : Boolean |
protected def
|
iterator (v : java.io.Reader) : CsvIterator |
def
|
sep : Char |
Methods inherited from ManagedSequence | |
length, apply, elements, length, isEmpty, apply, last, lastOption, head, first, headOption, firstOption, ++, ++, isDefinedAt, lastIndexOf, map, flatMap, filter, take, drop, slice, takeWhile, dropWhile, reverse, contains, toArray, startsWith, endsWith, indexOf, containsSlice, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, reduceLeft, reduceRight, copyToBuffer, sameElements, sameElements, toList, mkString, mkString, mkString, copyToArray, stringPrefix, toString |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
Type Details |
Method Details |
def
sep : Char
def
arity : Int
def
comments : Boolean
def
commentStart : Char
protected
def
iterator(v : java.io.Reader) : CsvIterator
Scalax
|
|