fn skipUntilDelimiterOrEof(self: Self, delimiter: u8) Error!void

Reads from the stream until specified byte is found, discarding all data, including the delimiter. If end-of-stream is found, this function succeeds.

Parameters

self: Self,
delimiter: u8,