forked from rust-lang/flate2-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a MultiDecoderReader and MultiDecoderReaderBuf to gz. I moved the read header code to a separate function to avoid code duplication. In order to keep the reader but reset the decoder a reset_data method has been added to deflate.rs and a reset method to the CrcReader. Tests for multimember gz files are in the test directory.
- Loading branch information
Showing
7 changed files
with
274 additions
and
85 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
Oops, something went wrong.