コード例 #1
0
ファイル: CiaSupport.cs プロジェクト: obluda3/Kuriimu2
 public CiaArchiveFileInfo(Stream fileData, string filePath,
                           IKompressionConfiguration configuration, long decompressedSize,
                           CiaContentChunkRecord contentChunkRecord) :
     base(fileData, filePath, configuration, decompressedSize)
 {
     ContentChunkRecord = contentChunkRecord;
 }
コード例 #2
0
ファイル: CiaSupport.cs プロジェクト: obluda3/Kuriimu2
 public CiaArchiveFileInfo(Stream fileData, string filePath, CiaContentChunkRecord contentChunkRecord) :
     base(fileData, filePath)
 {
     ContentChunkRecord = contentChunkRecord;
 }