How do I read a file into a byte array in segments?
I need to read the 1st 44-bytes of the file into a byte array then after that I need to read nnn number of bytes into another byte array of which nnn is determined by code beforehand.
The 2nd thru last time the reading will be in a loop and each nnn bytes read will be passed to a processing sub.
I need to read the 1st 44-bytes of the file into a byte array then after that I need to read nnn number of bytes into another byte array of which nnn is determined by code beforehand.
The 2nd thru last time the reading will be in a loop and each nnn bytes read will be passed to a processing sub.