ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
57 stars 25 forks source link

Reading string and byte array from compressed mf4 not working.. #56

Closed jezzzzza closed 7 months ago

jezzzzza commented 7 months ago

Reading string or byte array data from compressed mf4 channel group does not work.

ihedvall commented 7 months ago

I have found the error. It will merge in at the same time I fix the Reference problem (.NET minor fix in CC block). To late today so I do i tomorrow.

jezzzzza commented 7 months ago

Thank you very much @ihedvall !

ihedvall commented 7 months ago

I think I can close this bug know. Unit test added for this for this bug

jezzzzza commented 7 months ago

Thank you, i can also confirm that byte array reading works for compressed mf4 file, thank you!