Download List

Descripción del Proyecto

Jarmor (Java ASCII Armor) is a tiny collection of
stream filters which implement ASCII armors. They
can be used to convert streams of binary data into
text and vice-versa. For example, it can be used
to transfer or store data using text-only means
like mail or XML. The supported encodings are
Base64, Base32, Base16, UUCP, and ASCII85.

System Requirements

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.

2006-05-04 16:11
1.0

Un error en ASCII85Decoder fue corregido. Este error se produjo por combinaciones específicas de raras byte en el bloque de datos del año pasado cuando no estaba completo (es decir, menos de cuatro bytes). La clase de codificación no se vio afectado por el error. Jarmor ahora se considera estable y conocido para ser utilizado en entornos de producción críticos.
Tags: Major bugfixes
An error in ASCII85Decoder was fixed. This error
occurred for specific rare byte combinations in
the last data chunk when it was not complete (i.e.
less than four bytes). The encoding class was not
affected by the error. Jarmor is now considered
stable and known to be used in critical production
environments.

2005-08-28 10:34
0.7

Tags: Initial freshmeat announcement

Project Resources