I have a file containing different tags and datas like:
VERSION: 1.1.1
NAME: xxx
VALUE: 1.5
START_IMAGE
‰PNG....
END_IMAGE
i can't change this file....it is not mine...
But i need to read the png image between the START_IMAGE and END_IMAGE tags. I don't know the length of the image-data.
How can i do this?