Languages

Menu
Sites
Language
Encoding contents in ByteBuffer without converting to string

can anyone explain how to encode the bytebuffer contents using base64 encoding without converting bytebuffer to  string

Responses

1 Replies
Alex Ashirov

Hi,

AFAIK, There is no such API. I think the reason of that is that Base64 encoding is more applicable in context of a string than in context of a buffer.