help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: base64 en/decoding helper


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: base64 en/decoding helper
Date: Fri, 26 Jun 2009 16:06:52 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20081009)

Joachim Jaeckel wrote:
Hello,

just to make sure, that I didn't overlook something!

There's no base64 en- de-coding method somewhere in the packages?

Nope.

I only found
NetClients.MIME.MimeEncodedWordCoDec decodeBase64From:to:in:

It's unused, which is why it doesn't work.

BTW

Integer extend [
    digitAt: i [
        ^(self bitShift: 8 - (8*i)) bitAnd: 255
    ]
]

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]