This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RomVault/ROMVault2/SupportedFiles/SevenZip/Structure/UnpackedStreamInfo.cs

9 lines
178 B
C#
Raw Normal View History

2015-03-18 08:48:48 -05:00
namespace ROMVault2.SupportedFiles.SevenZip.Structure
{
public class UnpackedStreamInfo
{
public ulong UnpackedSize;
public uint? Crc;
}
}