Home| general |src.bin|dmap| dmapblkinx Index

dmapblkinx

Syntax
dmapblkinx --help
dmapblkinx [name]
Synopsis

Dump the block index (file offsets for each block) of a DataMap file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
namefilename of the DataMap file, if this is omitted the document will be read from standard input.
Description

Dump the block index (file offsets for each block) of a DataMap file.

The offsets are written to standard output. The block offsets can be used to quickly locate a specific block in the DataMap file.

Examples
dmapblkinx inp.dmap > out.binx

Find the block offsets from the file inp.dmap and store them in the file out.binx