Skip to content
Prev 207347 / 398506 Next

End of File for binary files

If you are reading a 'binary' file, then the end of file is when you
read the last byte; the system will tell you.  Exactly what are you
trying do to?  When you do a read, you typically request the number of
bytes to read and then the system returns the number of bytes read.
But since you did not give an indication of what/how you are trying to
do this, it is hard to make an exact suggestion.  Did you have some
experience that you think you did not get an end of file indication?
More information is required.
On Sat, Jan 23, 2010 at 9:40 PM, rn00b <forzatogo at gmail.com> wrote: