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

Method ReadInt32

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

Source from the content-addressed store, hash-verified

523 }
524
525 public int ReadInt32()
526 {
527 return unchecked((int)ReadUInt32());
528 }
529
530 public ulong ReadUInt64()
531 {

Callers 10

ReadInt64FastPayloadMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadDurationMethod · 0.45
ReadDataMethod · 0.45
ReadAnyValueMethod · 0.45
ReadInt32ArrayMethod · 0.45
CaseBufferMethod · 0.45

Calls

no outgoing calls

Tested by 4

CaseBufferMethod · 0.36