thanks, so the title should be Base64MimeConverter instead of ZnBase64Encoder.
On Thu, Oct 29, 2015 at 5:18 PM, Esteban A. Maringolo <emaring...@gmail.com> wrote: > 2015-10-29 17:07 GMT-03:00 Bernardo Ezequiel Contreras < > vonbecm...@gmail.com>: > > Esteban, > > Could you explain line 8 ? why did you use a Base64MimeConverter? > > thanks. > > > > line 8: > > > > stream nextPutAll: 'ZnBase64Encoder '; nextPutAll: [ (Base64MimeConverter > > mimeEncode: ba readStream multiLine: false) ] bench printString; cr. > > Because it is the class used by ByteArray>>#base64Encoded. > > Esteban A. Maringolo > > -- Bernardo E.C. Sent from a cheap desktop computer in South America.