This program reads a HELIO Database file (*.hdb)
an write some information about its structure to
stdout.
(Tested with JDK 1.3.0, should run with 1.1.x )

Command line example:

java -cp hdb2txt.jar mabuka.hdbutil.Hdb2Txt c:\tmp\Hether.hdb

Result:
--------------- HDB Header ------------------------
Element pos=0 (0x0) len=92
Name          : Ether & Relativity
Owner         :
Version       : 35128
DB-Type       : 0
Attributes    : 0
Creation date : 0
Backup date   : 0
DB-ID         : 0
Appl-ID       : 0
Record count  : 7
---------------------------------------------------

--------------- HDB Record Header -----------------
Element pos=92 (0x5c) len=16
Offset       : 204 (0xcc)
Rec-ID       : 0
Mod. date    : 0
Total fields : 1
Category     : 0
Attribute    : 0
---------------------------------------------------

Element pos=204 (0xcc) len=17
Field - data length   : 16
      - length length : 1

etc......

