コード例 #1
0
ファイル: ZipFile.cs プロジェクト: ouyh18/LteTools
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     sizePatchOffset_ = -1L;
     crcPatchOffset_ = -1L;
     _offsetBasedSize = -1L;
     command_ = command;
     entry_ = (ZipEntry)entry.Clone();
 }