We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aece68 commit 2f083d5Copy full SHA for 2f083d5
src/Zip/ZipInputStream.cs
@@ -360,7 +360,8 @@ public override int ReadByte()
360
return b[0] & 0xff;
361
}
362
363
- // Perform the initial read on an entry which may include reading encryption headers and setting up inflation.
+ // Perform the initial read on an entry which may include
364
+ // reading encryption headers and setting up inflation.
365
int InitialRead(byte[] destination, int offset, int count)
366
{
367
if (entry.Version > ZipConstants.VERSION_MADE_BY) {
0 commit comments