org.beangle.commons.dbf

Members list

Type members

Classlikes

object DataType

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DataType.type
enum DataType(val v: Byte)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class DbfException(message: String, cause: Throwable) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object DbfUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DbfUtils.type
class Field(val index: Int, val name: String, val dataType: DataType, val fieldLength: Int, val decimalCount: Byte, val workAreaId: Byte, val setFieldsFlag: Byte, val indexFieldFlag: Byte)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Field

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type
class Header(val signature: Byte, val year: Byte, val month: Byte, val day: Byte, val numberOfRecords: Int, val headerSize: Short, val recordSize: Short, val incompleteTransaction: Byte, val encryptionFlag: Byte, val mdxFlag: Byte, val languageDriver: Byte, val fields: Array[Field])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Header

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Header.type
object Reader

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Reader.type
class Reader(dataInput: DataInput, val header: Header) extends Closeable

Attributes

See also
Companion
object
Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any