Skip to content

JournalBufferWriter.WriteAt(int, ReadOnlySpan<byte>)

WriteAt(int, ReadOnlySpan<byte>)

View source
protected void WriteAt(int offset, ReadOnlySpan<byte> value)
Patches format-owned framing bytes at the specified offset in the active entry.

Parameters

offsetint
The offset into the active entry.
valueReadOnlySpan<byte>
The replacement bytes.