PHPZip\Zip\Listener\ZipArchiveListener::onOpenStream PHP Method

onOpenStream() public method

Event fired after a stream has been successfully opened.
Author: Greg Kappatos
public onOpenStream ( array $params )
$params array Array that contains file (zipEntry).
    public function onOpenStream(array $params);