Download List

프로젝트 설명

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

ASCII85Decoder에서 오류가 수정되었습니다. 이 오류는 마지막 데이터 청크의 특정 희귀 바이트의 조합을 때 그것을 완료할 수없습니다 발생한 ()보다 4 바이트, 즉. 인코딩 클래스 오류에 의해 영향을받지 않습니다됐다. Jarmor 지금은 안정적인 것으로 간주됩니다 알려져 중요한 프로덕션 환경에서 사용할 수있습니다.
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