J
Juan Marcial
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) { ... }
not support seeking?
that is, is not valid:
while (br.PeekChar() > 0) { ... }