Closed mattrberry closed 4 years ago
Adds the ability to optionally read the remaining bytes out of io. If remaining_bytes is specified, it the rest of the io will be read into a Bytes array at the given name.
remaining_bytes
class Demo < BinData endian big uint8 :first remaining_bytes :rest end
Should be all set now!
Adds the ability to optionally read the remaining bytes out of io. If
remaining_bytes
is specified, it the rest of the io will be read into a Bytes array at the given name.