We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478d50 commit 369e1b7Copy full SHA for 369e1b7
1 file changed
src/Zip/Compression/Streams/InflaterInputStream.cs
@@ -549,7 +549,8 @@ public override bool CanWrite {
549
/// </summary>
550
public override long Length {
551
get {
552
- return inputBuffer.RawLength;
+ //return inputBuffer.RawLength;
553
+ throw new NotSupportedException("InflaterInputStream Length is not supported");
554
}
555
556
0 commit comments