Reads until value is value and returns everything read excluding value. Advances after found value. Returns null if value was not found.
See Implementation
Reads until value is value and returns everything read excluding value. Advances after found value. Returns null if value was not found.