예제 #1
0
 internal EntryInfo(RawEntryInfo raw)
 {
     this.NameHash         = raw.NameHash;
     this.Offset           = raw.Offset;
     this.CompressedSize   = raw.CompressedSize;
     this.UncompressedSize = raw.UncompressedSize;
     this.Unknown          = raw.Unknown;
 }
 internal EntryInfo(RawEntryInfo raw)
 {
     this.NameHash             = raw.NameHash;
     this.Offset               = raw.Offset;
     this.CompressedSize       = raw.CompressedSize;
     this.UncompressedSize     = raw.UncompressedSize;
     this.CompressedBlockIndex = raw.CompressedBlockIndex;
     this.CompressionType      = raw.CompressionType;
     this.CompressionFlags     = raw.CompressionFlags;
 }