People, many of you may not know what yEnc is. To simplify, it is a methode
to encode binary files very used in Usenet because it creates an overhead
of only 2% when compare to 33%-40% of overhead created by other methos such
as UUencode, base64...
However, every code example I so was in C and using unsigned numbers.
Actually, I've found one example in Java, but just for decode, not for
encode. Are there anyone who knows how to help me?
For more info on yEnc you can visit http://www.yenc.org
Thanks,
Scirious.
IchBin - 25 May 2006 22:27 GMT
> People, many of you may not know what yEnc is. To simplify, it is a methode
> to encode binary files very used in Usenet because it creates an overhead
[quoted text clipped - 9 lines]
> Thanks,
> Scirious.
There ia a product called JYEnc. I guess you could check their code to
see how it works.
http://ktulu.com.ar/en/jyenc.php
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Chris - 26 May 2006 02:28 GMT
Scirious <scirious@scirious.com> wrote in news:89-dnZcDxLa-
muvZnZ2dnUVZ_tqdnZ2d@giganews.com:
> Thanks,
> Scirious.
Nope :( Same here... Just to let you know I feel your pain and if I find
anything I will let you know. I also have the decoder but not the encoder
:'(
Scirious - 26 May 2006 20:00 GMT
> Nope :( Same here... Just to let you know I feel your pain and if I
> find anything I will let you know. I also have the decoder but not the
> encoder
>:'(
Thanks!If I find anything all let you know either.
Scirious - 29 May 2006 14:53 GMT
Chris, have you read yEnc specs? When we see those codes example they use
unsigned numbers, but I'm no sure why. The specs doesn't say anything about
the need to use unsigned numbers.
Chris - 05 Jun 2006 17:56 GMT
> Chris, have you read yEnc specs? When we see those codes example they
> use unsigned numbers, but I'm no sure why. The specs doesn't say
> anything about the need to use unsigned numbers.
Yeah, I tried both int, byte and combination of all ... :( I managed to
encode something... but apparently it was not good :(
The issue I got was some kind of 'InputReader' or 'InputStream' issue :(
Associated with Codepage... I was ading the 42 but then , suddenly the char
was not valid...
I gave up... :(
Scirious - 21 Jun 2006 03:41 GMT
Chris, search the site www.koders.com that you may find some interesting
information.
Scirious.