Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BCF ¶
type BCF struct { Header Header // contains filtered or unexported fields }
BCF contains the methods for reading a BCF
type Format ¶
type Format struct {
// contains filtered or unexported fields
}
Format contains the BCF format/sample entries.
type Header ¶
type Header struct { Text []byte Entries []HeaderEntry // contains filtered or unexported fields }
Header contains the type info about the BCF
type HeaderEntry ¶
type HeaderEntry struct { Id string Description string Number string // A G R . ” Type string // STRING INTEGER FLOAT FLAG CHARACTER UNKONWN // contains filtered or unexported fields }
HeaderEntry holds the header Info and Format fields
type HeaderError ¶
func (HeaderError) Error ¶
func (h HeaderError) Error() string
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
Info contains the entries from the INFO field for a given Record
Click to show internal directories.
Click to hide internal directories.