Beispiel #1
0
 public ChunkVariantInfo(InstallChunkInfo installChunkInfo,
                         CatalogFile.ChunkEntry entry,
                         CatalogFile.CryptoInfo?cryptoInfo)
 {
     this._InstallChunkInfo = installChunkInfo;
     this._Entry            = entry;
     this._CryptoInfo       = cryptoInfo;
 }
Beispiel #2
0
 public EntryInfo(CatalogInfo catalog, CatalogFile.ChunkEntry entry)
 {
     this._Catalog = catalog;
     this._Entry   = entry;
 }