file>shx ( path -- header indices ) (original) (raw)
file>shx ( path -- header indices )
Vocabulary
shapefiles.private
Inputs
path | an object |
---|
Outputs
header | an object |
---|---|
indices | an object |
Definition
USING: io.encodings.binary io.files ;
: file>shx ( path -- header indices )
binary [ read-shx ] with-file-reader ;