offset = $pos; $this->entry = $entry; } /** * @return int */ public function getOffset() { return $this->offset; } /** * @return ZipEntry */ public function getEntry() { return $this->entry; } }