Matroska-Org / libebml

a C++ library to parse EBML files
GNU Lesser General Public License v2.1
140 stars 47 forks source link

implement EbmlMaster::ReadData #215

Closed robUx4 closed 9 months ago

robUx4 commented 9 months ago

It's easier to use than Read(). The drawback is that it doesn't handle going up a level in case of bogus data.

This can be backported.