Hi!
I have attempted several options but neither prospered, i have an X file with lets say 32mb i have to divide the file in chunks of 6mb each except the last one that would be the residual of 32/6 = 2Mb, that means 6 chunks.
any tip would be greatly appreciated.
An extra level of difficulty would be to read the file non secuentaly, that means, get the first chunk, do some stuff in other functions and later come back and read again the file for the second chunk.
thank you!
I have attempted several options but neither prospered, i have an X file with lets say 32mb i have to divide the file in chunks of 6mb each except the last one that would be the residual of 32/6 = 2Mb, that means 6 chunks.
any tip would be greatly appreciated.
An extra level of difficulty would be to read the file non secuentaly, that means, get the first chunk, do some stuff in other functions and later come back and read again the file for the second chunk.
thank you!