Esempio n. 1
0
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     sizePatchOffset_ = -1L;
     crcPatchOffset_ = -1L;
     _offsetBasedSize = -1L;
     command_ = command;
     entry_ = (ZipEntry)entry.Clone();
 }