mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
allow forward only write
This commit is contained in:
@@ -77,5 +77,5 @@ public class ForwardOnlyStream : SharpCompressStream, IStreamStack
|
||||
public override void SetLength(long value) => throw new NotSupportedException();
|
||||
|
||||
public override void Write(byte[] buffer, int offset, int count) =>
|
||||
throw new NotSupportedException();
|
||||
stream.Write(buffer, offset, count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user