WriteAt(int, ReadOnlySpan<byte>)
public void WriteAt(int offset, ReadOnlySpan<byte> value) Overwrites bytes which have already been written to this buffer without changing the writer position.
Parameters
offsetint- The offset into the unconsumed bytes at which to start writing.
valueReadOnlySpan<byte>- The bytes to write.
