Advance(int)
public void Advance(int bytes) Increases the number of bytes written to the page by the provided amount.
Parameters
bytesint- The number of bytes to increase the length of this page by.
public void Advance(int bytes)bytesintpublic ArraySegment<byte> AsArraySegment(int offset, int length)offsetintlengthintpublic Memory<byte> AsMemory(int offset)offsetintpublic Memory<byte> AsMemory(int offset, int length)offsetintlengthintpublic Span<byte> AsSpan(int offset)offsetintpublic Span<byte> AsSpan(int offset, int length)offsetintlengthintpublic void CheckValidity(int token)token does not match the page's ArcBufferPage. tokenintArcBufferPage.public void Pin(int token)tokenintArcBufferPage for this operation to be allowed.public void ResizeLargeSegment(int length)lengthintpublic void SetNext(ArcBufferPage next, int token)nextArcBufferPagetokenintArcBufferPage for this operation to be allowed.public void Unpin(int token)tokenintArcBufferPage for this operation to be allowed.