Consume(Span<byte>)
public void Consume(Span<byte> output) Consumes the amount of data present in the span.
Parameters
outputSpan<byte>
ArcBufferWriter. public void Consume(Span<byte> output)outputSpan<byte>public ArcBuffer ConsumeSlice(int count)countintpublic bool IsNext(ReadOnlySpan<byte> next, bool advancePast = false)next. nextReadOnlySpan<byte>advancePastbooltrue if the next bytes match; otherwise, false.public ReadOnlySpan<byte> Peek(scoped in Span<byte> destination)destinationSpan<byte>public byte Peek(long offset)offsetlongpublic ArcBuffer PeekSlice(int count)countintpublic void Skip(int count)countintpublic bool TryReadTo(out ArcBuffer slice, byte delimiter, bool advancePastDelimiter = true)delimiter is found. sliceArcBufferdelimiterbyteadvancePastDelimiterbooltrue if the delimiter was found; otherwise, false.