I want to encode byte[] to Base8 String i.e) 0 to 7. Ofcourse, Base64 is commonly used and is having lesser memory footprint. However, I am in need to do Base8 encoding. Is there any API available for this or do I have to write my own? Thanks
I want to encode byte[] to Base8 String i.e) 0 to 7 . Ofcourse,
Share
It’s not clear how base 8 works if you have multiple bytes. I assume you want to minimise the size of the message so you can do
To do the reverse you can do