Reader

object Reader
Companion:
class
class Object
trait Matchable
class Any
Reader.type

Value members

Concrete methods

def apply(file: File): Reader
def apply(in: InputStream): Reader
def readInfo(dbf: File): String

Create string with dbf information:

Create string with dbf information:

  • creation date
  • total records count
  • columns info
Value parameters:
dbf

.dbf file

Returns:

string with dbf information

def writeToCsv(dbf: File, csv: File, dbfEncoding: Charset): Unit