Download List

项目描述

basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary unsafe connections like e-mail or terminal lines.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-09 19:49
0.4.1

Java的b91enc可以打破编码输出到现在行76个字符(使用'- b'开关),这使它成为有用的独立的工具来创建兼容MIME的电子邮件附件。
标签: Minor feature enhancements
Java-b91enc can break encoded output to lines of 76 characters now (using the '-b' switch), which makes it an useful stand-alone tool to create MIME compatible email attachments.

2005-04-27 18:36
0.4.0

编码器处理流更有效地结束(它可以节省一个字节有时),和缓冲内存动态分配的现在。 “做检查”实施核实正确的行为的基础。
标签: Major feature enhancements
The encoder handles stream ends more effectively
(it can save one byte sometimes), and buffer
memory is allocated dynamically now. "make check"
was implemented to verify correct behavior of
builds.

2005-04-20 16:43
0.3.1

阿详细模式加入,和Java b91enc接受只有一个文件论据命令行语法。
标签: Minor feature enhancements
A verbose mode was added, and Java-b91enc accepts
command line syntax with only one FILE argument
again.

2005-04-17 22:18
0.3.0

该代码进行了重组,使一个basE91后端更普遍的使用,b91enc.java有点更类似于现在的C版本,并在PHP的执行增加了。
标签: Minor feature enhancements
The code was restructured to allow a more universal use of the basE91 backend, b91enc.java is a bit more similar to the C version now, and an implementation in PHP was added.

2005-04-11 09:55
0.2.3

解码器中的一个漏洞可能导致腐败的产量在64位系统是固定的。 Java类文件被列入连同手册页和版本(中五)开关。
标签: Minor bugfixes
A bug in the decoder that could result in corrupt output on 64-bit systems was fixed. Java class files were included along with a man page and a version (-v) switch.

Project Resources