Skip to content
Snippets Groups Projects
Commit 14e011b7 authored by Ahmed Abd El Mawgood's avatar Ahmed Abd El Mawgood
Browse files

Implemment lookaheadreader with lookahead and commit api

The LookAheadReader api works similar to read but it has 2 methods,
lookahead: it will read 1 byte (with internal ftell) without modifying
the file's own ftell() and commit() which saves the current file ftell

LookAheadReader can wrap both buffers and files
parent f068673a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment