Get a character from a buffered file. Buffered I/O is more efficient for small amounts of data but less for big chunks. You have to use Flush() between buffered and non-buffered I/O or you'll clutter your I/O stream.
INPUTS
file
filehandle
RESULT
The character read or EOF if the file ended or an error happened. IoErr() gives additional information in that case.