-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Filename field in GZip #351
Conversation
if (readByte < 0) | ||
{ | ||
throw new EndOfStreamException("EOS reading GZIP header"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ReadLeByte()
never returns anything but a byte, it will itself throw an exception in the case of an EOS
Codecov Report
@@ Coverage Diff @@
## master #351 +/- ##
==========================================
+ Coverage 73.13% 73.25% +0.12%
==========================================
Files 68 68
Lines 8710 8712 +2
==========================================
+ Hits 6370 6382 +12
+ Misses 2340 2330 -10
Continue to review full report at Codecov.
|
I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.