You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If only I had the luxury of choosing the format of the data that I receive 😄
I gave it a shot for the Base64Decoder. I would've preferred to have this within the Okio library itself though, rather than having to copy the Base64 decoder into my own project.
Has this feature been considered before? I'd happily put some time in to work on it.
In the suggestion above, I use the
Reader
/Writer
classes because since Base64 uses text characters it seems to make more sense.The text was updated successfully, but these errors were encountered: