base64 binary data

Marcus Denker marcus at ira.uka.de
Tue Mar 25 19:15:04 UTC 2003


On Tue, Mar 25, 2003 at 08:05:21PM +0100, Hans Nikolaus Beck wrote:
> Hi,
> 
> is there a class for base64 en/decoding ? Of course it's not 
> complicated, but why perform work twice if there is already a solution ?
> 

Hi Hans,

The standard 3.4 image has a class Base64MimeConverter:

 This class encodes and decodes data in Base64 format.  This is MIME
 encoding.  We translate a whole stream at once, taking a Stream as input and
 giving one as output.  Returns a whole stream for the caller to use.


    Marcus

-- 
Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de



More information about the Squeak-dev mailing list