I would like to know if its possible to read binary data from a blobstore and convert it into the desired file type. eg.
I receive binary data representing these files
example.txt
example.jpg
example.pdf
Would I have to parse the files names from the string name and to get the file type, then use those types to encode the binary back to the desired file type?