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

Method ReadInt64

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

Source from the content-addressed store, hash-verified

536 }
537
538 public long ReadInt64()
539 {
540 return unchecked((long)ReadUInt64());
541 }
542
543 public uint ReadVarUInt32()
544 {

Callers 11

ReadInt64FastPayloadMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadTimestampMethod · 0.45
ReadDataMethod · 0.45
ReadAnyValueMethod · 0.45
ReadInt64ArrayMethod · 0.45
ReadMetaStringMethod · 0.45
CaseBufferMethod · 0.45
CaseMurmurHash3Method · 0.45

Calls

no outgoing calls

Tested by 4

CaseBufferMethod · 0.36
CaseMurmurHash3Method · 0.36