Struct ov::runtime::TLVTraits#
-
struct TLVTraits#
Utility for reading and writing records in TLV (Tag-Length-Value) scheme to/from streams. TLV scheme allows to store multiple records in a single stream with each record having a tag to identify the type of the record and length to identify the size of the record value. Such scheme is useful for storing multiple pieces of data in a single file or stream without requiring a predefined structure, as each record can be read independently based on its tag and length.