Module: Cabriolet::Binary::SZDDStructures
- Defined in:
- lib/cabriolet/binary/szdd_structures.rb
Overview
SZDD file format binary structures
Defined Under Namespace
Classes: NormalData, NormalHeader, QBasicData, QBasicHeader
Constant Summary collapse
- SIGNATURE_NORMAL =
SZDD signatures
[0x53, 0x5A, 0x44, 0x44, 0x88, 0xF0, 0x27, 0x33] .pack("C*").freeze
- SIGNATURE_QBASIC =
[0x53, 0x5A, 0x20, 0x88, 0xF0, 0x27, 0x33, 0xD1] .pack("C*").freeze