I have difficulty in parsing a file
A File consists of Start and End tags (tags are any unique symbol) contents
story are written inside it.I have to read File byte by byte (because image
story can also have start and end tag )and write all contents from single file
to different files.
Reading byte by byte is cubersome if parsing is to done on it.
please help me with some better alternative.