Archive--Zip--Streaming--Write
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Support for streaming out zip (including zip64) archives
Archive::Zip::Streaming::Write

A module to support streaming output to a zip file (from some code data
source), this is useful when outputting large zip files which are not
intended to be written to the local disc. For more information, please
see the POD documentation in the module itself.

Archive::Zip::Streaming::Read

A module to support streaming data from a zip file (to code). This
can be useful when streaming zip data from an external source, eg.
file uploads. For more information, please see the POD documentation
in the module.


BUILDING A TARBALL

To make a tar of this module do:

git archive --format tar -o Archive-Zip-Streaming-0.1.1.tar \
  --prefix Archive-Zip-Streaming-0.1.1/ HEAD

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。