Byte streamsยค
include collections
type byte
instance idx: unbounded_sequence
instance bytes: array(idx, byte)
interpret byte -> bv[8]
stream_data,
indexed by type stream_pos.
instance stream_pos : unbounded_sequence # stream position values
instance stream_data : array(stream_pos,byte) # stream data
instance stream_data_array : array(stream_pos,stream_data) # stream data