>From the header of base64.jl # Base64Pipe is a pipe-like IO object, which converts writes (and # someday reads?) into base64 encoded (decoded) data send to a stream. # (You must close the pipe to complete the encode, separate from # closing the target stream). We also have a function base64(f, # args...) which works like sprint except that it produces # base64-encoded data, along with base64(args...) which is equivalent # to base64(write, args...), to return base64 strings.
It seems like this functionality is not (yet) implemented. kl. 19:57:13 UTC+1 lørdag 1. februar 2014 skrev John Travers følgende: > > I may be missing something obvious, but is there an inverse to base64 > encoding in the julia stdlib? > > Cheers, > John > >
