First page Back Continue Last page Overview Graphics
Efficiently reading bytes from a large file (The Problem)
Efficiency is a feature that we would like to have in other similar scenarios:
- Reading a large file of characters
- Reading a large file of booleans
- Reading a large file of words (Strings)
- Reading a large text file line after line.
Once more: a bad solution would be ?