_DataSource.scanUntilR

Scan over input stream, can return data from stream acc - accumulator for receiving needle return empty data if we receiving needle if needle found in stream, then acc == needle if end of stream happened, then eos = true

class _DataSource
ubyte[]
scanUntilR
(
string needle
,
ref ubyte[] acc
,
out bool eos
)

Meta