首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > AS3 zlib港

AS3 zlib港

  • 资源大小:57.91 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

-- An updated version of this library which resolves compilation issues with Flex and a corruption issue with Z_SYNC_FLUSH can be found on github: https://github.com/BenV/as3zlib -- This is a port of JZlib to as3. JZlib is a re-implementation of zlib in pure Java. This should support all the features of JZlib: - deflate and inflate data - support all compression levels - support all zlib flushing modes I did this port because as3 in Flash9 does not support deflate in ByteArray. AIR does support deflate and doesn"t need this code. Full example of using this package with FZip can be found here. Usage example: ``` var compressed:ByteArray = new ByteArray(); // set the compressed content // if using Adobe AIR, you can inflate the byteArray like: compressed.uncompress.apply(compressed, ["deflate"]); // otherwise, you can use this libr

文 件 列 表

as3zlib_snapshot_20090608
src
VIP VIP
0.169741s