All,
I have an imput file with only one line. That line has many (greater than 60K bytes). I want to read that line in 128 bytes at a time.
Once stored, I want to output to a file the each 128 byte chunck to a separate line.
How do I read in a line that long and store it so so I hold only 128 bytes at a time.
I have an imput file with only one line. That line has many (greater than 60K bytes). I want to read that line in 128 bytes at a time.
Once stored, I want to output to a file the each 128 byte chunck to a separate line.
How do I read in a line that long and store it so so I hold only 128 bytes at a time.