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

Method ReadUInt8

csharp/src/Fory/ByteBuffer.cs:491–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

489 }
490
491 public byte ReadUInt8()
492 {
493 CheckBound(1);
494 byte value = _storage[_cursor];
495 _cursor += 1;
496 return value;
497 }
498
499 public sbyte ReadInt8()
500 {

Callers 15

SkipListOrSetMethod · 0.80
SkipMapMethod · 0.80
ReadDataMethod · 0.80
ReadDataMethod · 0.80
ReadCollectionDataMethod · 0.80
ReadInt64FastPayloadMethod · 0.80
ReadScalarPayloadMethod · 0.80
ReadBoolMethod · 0.80
ReadMethod · 0.80
ReadMapMethod · 0.80
ReadHeadMethod · 0.80
ReadDataMethod · 0.80

Calls

no outgoing calls