Télécharger la liste

Description du projet

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.

Système requise

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

Une erreur dans ASCII85Decoder a été fixée. Cette erreur se produisait pour certains combinaisons rares octet dans les données du dernier morceau où elle n'était pas complète (soit moins de quatre octets). La classe de codage n'a pas été affecté par l'erreur. Jarmor est maintenant considéré comme stable et connue pour être utilisés dans des environnements de production critiques.
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