ZipEntry constructor

ZipEntry(
  1. ZipPackage archive,
  2. ZipLocalFile entry
)

Implementation

ZipEntry(this.archive, this.entry);