class Baikal::Hexdump::Row
Represents the row currently being processed by hexdump
.
Attributes
data[RW]
Bytes of this row in an Array
instance. For the last row, some of the trailing elements may be nil
.
expected_size[RW]
The row’s expected size, as per +Hexdump::Format#bytes_per_row+.
offset[RW]
Offset of the first byte on this row.