Hey all, looking for an equivalent of android’s Ba...
# announcements
r
Hey all, looking for an equivalent of android’s Base64InputStream I can use server-side. Is anyone aware of any open source implementations?
z
Okio supports base64 encoding/decoding for byte strings, and it shouldn’t be hard to create a stream wrapper that encodes chunks.
r