コード例 #1
0
ファイル: ZipFile.cs プロジェクト: bobsummerwill/ZXMAK2
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     command_ = command;
     entry_ = ( ZipEntry )entry.Clone();
 }
コード例 #2
0
ファイル: ZipFile.cs プロジェクト: ouyh18/LtePlatform
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     _sizePatchOffset = -1L;
     _crcPatchOffset = -1L;
     _offsetBasedSize = -1L;
     _command = command;
     _entry = (ZipEntry)entry.Clone();
 }