예제 #1
0
파일: ZipFile.cs 프로젝트: ouyh18/LteTools
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     sizePatchOffset_ = -1L;
     crcPatchOffset_ = -1L;
     _offsetBasedSize = -1L;
     command_ = command;
     entry_ = (ZipEntry)entry.Clone();
 }