>>27
By "read", I'll assume he means "process", and he's likely referring to small optimizations like using unions and casting straight char buffers read in chunks from the file, to specific types a few bits or bytes at a time.
Whether it's more efficient is debatable and situation- and format-specific, of course, but I don't doubt that it outperforms some methods regularly, if not quite as flexibly and maintainably.