in reply to Re^2: Reading binary file byte by byte
in thread Reading binary file byte by byte
Either way, if using buffered I/O, it seems more ept to read at least a page of memory in size at a time from the file but then process that one byte at a time.
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Reading binary file byte by byte
by ikegami (Patriarch) on Dec 23, 2010 at 16:03 UTC |