You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reading a DataMatrix file and the result is stored in ScanResult as a String field called rawContent. However, the data stored in the DataMatrix is data compressed with zip.
I need to get the exact raw bytes stored in DataMatrix and not a String that has probably been encoded/decoded from the raw bytes and has been altered.
Can you help?
The text was updated successfully, but these errors were encountered:
I am reading a DataMatrix file and the result is stored in
ScanResult
as aString
field calledrawContent
. However, the data stored in the DataMatrix is data compressed with zip.I need to get the exact raw bytes stored in DataMatrix and not a
String
that has probably been encoded/decoded from the raw bytes and has been altered.Can you help?
The text was updated successfully, but these errors were encountered: