Reader

org.beangle.commons.dbf.Reader
See theReader companion class
object Reader

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reader.type

Members list

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

Attributes

Returns

string with dbf information

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