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 know most ASN.1 libraries can decode the byte stream and populate the given record type. But in most cases one file could contain thousands of such records one after another. Can this library used to decode each record in turn. Another reason for this question is sometimes between two records there can be several bytes with 0 value (which I don't know exactly why, but I've seen in certain telco related data files). Is there a way to skip through these 0 value bytes and decode any valid records.
Thank you
The text was updated successfully, but these errors were encountered:
I know most ASN.1 libraries can decode the byte stream and populate the given record type. But in most cases one file could contain thousands of such records one after another. Can this library used to decode each record in turn. Another reason for this question is sometimes between two records there can be several bytes with 0 value (which I don't know exactly why, but I've seen in certain telco related data files). Is there a way to skip through these 0 value bytes and decode any valid records.
Thank you
The text was updated successfully, but these errors were encountered: