crdb
Version:
27 lines (19 loc) • 433 B
Markdown
# chem-ram-db
## CRD format, version 2
### Structure
* Uint16: version of the format (2)
* Uint16: number of custom fields
* Field definitions
* Uint32: number of records
* Records
## Field definition
* Uint8: data type
* Uint8: length in record (0 = variable length)
* Uint8: label length
* ASCII: label
## Record
* Uint16: length of oclID (n)
* Uint8[n]: oclID
* Uint32[16]: index
* Float32: relative weight
* Custom fields