BinaryStream.step

Moves the position in the stream by the size of type T.

class BinaryStream
final
void
step
(
T
)
(
size_t count = 1
)

Parameters

T

The size of type to move the position by.

Meta