FieldSpec Type
Represents a field position in a fixed-length record.
Record fields
| Record Field |
Description
|
Full Usage:
ByteLength
Field type: int
|
Number of bytes this field occupies.
|
Full Usage:
ByteOffset
Field type: int
|
Zero-based byte offset in the record.
|
|
How to decode the bytes.
|
Full Usage:
Name
Field type: string
|
Field name used as key in parsed results.
|
Xanthos