MCPcopy Create free account
hub / github.com/apache/fory / Skip

Method Skip

csharp/src/Fory/ByteBuffer.cs:712–716  ·  view source on GitHub ↗
(int count)

Source from the content-addressed store, hash-verified

710 }
711
712 public void Skip(int count)
713 {
714 CheckBound(count);
715 _cursor += count;
716 }
717}

Callers 4

SkipPayloadMethod · 0.45
SkipPackedArrayMethod · 0.45
SkipBodyMethod · 0.45

Calls

no outgoing calls