Skip to content

Commit 0b3fb4f

Browse files
committed
Merge branch 'master' of https://github.com/kkguo/SharpZipLib into pr84
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 36dd161 + 369e1b7 commit 0b3fb4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ public override bool CanWrite {
481481
/// </summary>
482482
public override long Length {
483483
get {
484-
return inputBuffer.RawLength;
484+
//return inputBuffer.RawLength;
485+
throw new NotSupportedException("InflaterInputStream Length is not supported");
485486
}
486487
}
487488

0 commit comments

Comments
 (0)