read-until
v0.0.1
Published
Read bytes from a file until a condition is reached
Downloads
3
Readme
Read data from a file until a match is reached.
Returns all data up to the match.
Reads in exponentially increasing chunks from the passed starting bytes.