virtual int read();
Reads single byte from the file and moves the file cursor 1 step further. In contrast, peek() reads from the file without moving the file cursor.
One byte of content the file cursor points to.
LStorage.h
LFile Class