Seal LZipStream

This commit is contained in:
Jason Nelson
2020-07-30 16:57:30 -07:00
parent 4db615597d
commit 773158e9d8

View File

@@ -14,7 +14,7 @@ namespace SharpCompress.Compressors.LZMA
/// <summary>
/// Stream supporting the LZIP format, as documented at http://www.nongnu.org/lzip/manual/lzip_manual.html
/// </summary>
public class LZipStream : Stream
public sealed class LZipStream : Stream
{
private readonly Stream _stream;
private readonly CountingWritableSubStream? _countingWritableSubStream;