Very early SevenZip WIP version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ROMVault2.SupportedFiles.SevenZip.Structure
|
||||
{
|
||||
public class UnpackedStreamInfo
|
||||
{
|
||||
public ulong UnpackedSize;
|
||||
public uint? Crc;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user