Exemplo n.º 1
0
 public CiaArchiveFileInfo(Stream fileData, string filePath,
                           IKompressionConfiguration configuration, long decompressedSize,
                           CiaContentChunkRecord contentChunkRecord) :
     base(fileData, filePath, configuration, decompressedSize)
 {
     ContentChunkRecord = contentChunkRecord;
 }
Exemplo n.º 2
0
 public CiaArchiveFileInfo(Stream fileData, string filePath, CiaContentChunkRecord contentChunkRecord) :
     base(fileData, filePath)
 {
     ContentChunkRecord = contentChunkRecord;
 }