0.2.0
-
Backward-incompatible change: reading chars in
readGroup()
returns original chars, not their code now! Be sure to update groups definitions. Just change type of field fromc
toi
(integer) and set field size to8
. -
Added possibility to set marks at negative offsets in
markOffset()
. -
Added possibility to read/write integers in 8 bytes.
-
Added possibility for explicit speicification of bit field in group defitinions with
b:
prefix.