I have the need to retrieve the dataURI scheme of a file in Java, is it possible for me to retrieve this in the following format?
data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA==
I've been looking for something like it, but had no luck so far.
Thanks in advance for the attention.