WriteAt(int, ReadOnlySpan<byte>)
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.
