struct

C0::Group

Inherits Struct / Value / Object

A group within a document. Can be accessed as a Table or iterated for document-mode content.

Constructors

new(buf : Bytes, start : Int32, end __arg0 : Int32)
Source

Instance methods

each_record

Iterate records directly (convenience for key-value groups).

Source
has_header?

Check if this group has an SOH header.

Source
name

Group name.

Source
raw

Raw bytes of this group.

Source
record(i : Int32) : Record

Access record by index.

Source
record_count

Number of records.

Source
table

Access as a Table (for tabular/key-value data).

Source