Let's imagine, that I have a large file to be processed and I do not want to load it into the memory by converting it to bytes(or string).
So I have InputStream
instead.
The question, is there any way to check whether this InputStream
is Base64
encoded?