|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Read a length-prefixed blob from a byte buffer.
Format: [int32 size (big-endian)][data, padded to 4-byte boundary]. Advances offset past the blob. Returns empty vector on invalid size.
| data | Buffer start. |
| max_len | Total buffer size in bytes. |
| offset | Current read position, advanced on return. |
Definition at line 99 of file BinaryBuffer.hpp.
References padded_size(), and read_int32().
Referenced by MayaFlux::Core::OscParser::parse().
Here is the call graph for this function:
Here is the caller graph for this function: