meson.util.recordio

Documentation forthcoming

IRecordIOStream

protocol

members

get-data!

(get-data! this record-size)

Get the data of the next record in the stream.

get-size!

(get-size! this)

Get the size of the next record in the stream.

next!

(next! this)(next! this return-type)

A wrapper method that gets the size and then the data for the next record in the stream.

recordio-behaviour

Documentation forthcoming