ByteStreamImpl.readTo

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

struct ByteStreamImpl(Endian endianness)
T
readTo
(
T
)
(
ubyte value
)

Meta