Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldDesc ¶
type FieldDesc struct { Type FieldType // contains filtered or unexported fields }
FieldDesc represents a field descriptor consisting of a type, name and size in bytes.
func DecodeFieldDesc ¶
DecodeFieldDesc parses a single field descriptor.
type Header ¶
type Header struct { Fields []*FieldDesc // contains filtered or unexported fields }
Header represents a dBase 5 file header.
func DecodeHeader ¶
DecodeHeader parses a dBase 5 file header.
func (Header) NumRecords ¶
NumRecords returns the number of records in the file.
type Record ¶
Record represents a single record, primarly consisting of a set of fields.
func DecodeRecord ¶
DecodeRecord decodes a dBase 5 single record.
Click to show internal directories.
Click to hide internal directories.