Skip to content

ArcBufferWriter.WriteAt(int, ReadOnlySpan<byte>)

WriteAt(int, ReadOnlySpan<byte>)

View source
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.