Handbook
Glossary
load-dbf ( path -- dbf )
Vocabulary
dbf
Inputs
path
an
object
Outputs
dbf
an
object
Definition
USING:
accessors
assocs
io
io.encodings.binary
io.files
kernel
namespaces
;
IN:
dbf
:
load-dbf
( path -- dbf )
binary
[
read-file-header
read-field-headers
over
header-length>>
seek-absolute
seek-input
over
language-driver>>
dbf-encodings
at
dbf-encoding
[
dup
read-records
dbf
boa
]
with-variable
]
with-file-reader
;