mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 23:15:20 +00:00
This doesn't work :)
This commit is contained in:
@@ -14,10 +14,6 @@ namespace SharpCompress.Archive.SevenZip
|
||||
|
||||
public Stream OpenEntryStream()
|
||||
{
|
||||
if (Archive.IsSolid)
|
||||
{
|
||||
throw new InvalidOperationException("Use ExtractAllEntries to extract SOLID archives.");
|
||||
}
|
||||
return FilePart.GetCompressedStream();
|
||||
}
|
||||
public IArchive Archive { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user