Skip to content

Reader<TInput>.ForkFrom(long, Reader<TInput>)

ForkFrom(long, Reader<TInput>)

View source
public void ForkFrom(long position, out Reader<TInput> forked)
Creates a new reader beginning at the specified position.

Parameters

positionlong
The position in the input stream to fork from.
forkedReader<TInput>
The forked reader instance.