Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21159

[RESOLVED] Reading a file by segments

$
0
0
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.

Viewing all articles
Browse latest Browse all 21159

Trending Articles