[Serialization] base64 encoding/decoding an archive as it's written/read
Hi: Is there any way of base64 encoding/decoding an archive as it is wread/written? I have found some code that encodes, but wondered whether there was already any ioStreams written. Cheers Sean.
Sean Farrow wrote:
Hi: Is there any way of base64 encoding/decoding an archive as it is wread/written? I have found some code that encodes, but wondered whether there was already any ioStreams written. Cheers Sean.
There's code in the serialization library which does this. It's only invoked on a field basis but I believe it has been used for other contexts for complete streams. Robert Ramey
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Ok, Any idea how I would go about using this on a complete stream? Cheers Sean. From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Robert Ramey Sent: 22 February 2012 21:06 To: boost-users@lists.boost.org Subject: Re: [Boost-users] [Serialization] base64 encoding/decoding an archive as it's written/read Sean Farrow wrote:
Hi: Is there any way of base64 encoding/decoding an archive as it is wread/written? I have found some code that encodes, but wondered whether there was already any ioStreams written. Cheers Sean.
There's code in the serialization library which does this. It's only invoked on a field basis but I believe it has been used for other contexts for complete streams. Robert Ramey
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.orgmailto:Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Robert Ramey
-
Sean Farrow