in reply to How to process each byte in a binary file?
You could then seek() and tell() around the string, or read() in 1 byte increments.
I'm not sure what's under the covers, but both seem elegant from the outside.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to process each byte in a binary file?
by John M. Dlugosz (Monsignor) on Aug 12, 2002 at 21:27 UTC |