MemoryStream.seek

Seeks to a new position in the stream based on the provided offset and seek direction.

class MemoryStream
final
void
seek
(
Seek SEEK
)
(
size_t offset
)

Parameters

SEEK

The direction of the seek operation (Start, Current, or End).

offset size_t

The offset from the seek direction to be set.

Meta