-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes made: * Add Header.HeaderSize to track the actual size of the header. The header is variable length, so providing this information allows the caller to do other low-level tasks, such as determining whether the entirety of a zstandard frame is a single segment block. * Add Header.Skippable{ID,Size} to make the Header type more useful for extracting data from metadata frames (see #459). * Re-arrange fields in Header to better match the order these appear in RFC 8478.
- Loading branch information
Showing
3 changed files
with
57 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.