论坛首页 综合技术版 数据结构和算法

Ascii85 aka Base85 更高效的binary->ascii编码

浏览 233 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
最后更新时间:2008-07-04 关键字: ascii85 base85
Ascii85 (also called "Base85") is a form of binary-to-text encoding developed by Paul E. Rutter for the btoa utility. By using five ASCII characters to represent four bytes of binary data (encoded size 25% larger), it is more efficient than uuencode or Base64, which use four characters to represent three bytes of data (33% increase).

Its main modern use is in Adobe's PostScript and Portable Document Format file formats.

能提高点效率是一点,反正编码也简单。
   
论坛首页 综合技术版 数据结构和算法

跳转论坛:
JavaEye推荐