Expand description
Parsing functionality from bytes for raw types.
Note: this is only enabled with the parse
feature
Enums§
- Dynamic
Size Error - Dynamic
Size Total Size Error - for some records, the zip convention choose to allow specifying the total
length in its fixed field, e.g.
Zip64EndOfCentralDirectory
. Those fields could specify a value < its fixed size, e.g. 0 which would be totally invalid and unexpected, as it would mean that we shouldn’t even concider its signature at this point. - Fixed
Size Error
Traits§
Functions§
- find_
next_ signature - finds next occurence of a signature in a buffer, in case signature is le-encoded