BinaryStream.stepUntil

Moves the position in the stream forward by one until val is peeked.

class BinaryStream
final
void
stepUntil
(
T
)
(
T val
)

Parameters

val T

The value to be peeked.

Meta