does how to know end of file (eof) while reading a binary stream that does
not support seeking?
that is, is not valid:
while (br.PeekChar() 0) { ... }
--
Juan Marcial
Ingeniero de Software
not support seeking?
that is, is not valid:
while (br.PeekChar() 0) { ... }
--
Juan Marcial
Ingeniero de Software
Comment