Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadInt64FastPayload
Method · 0.45
ReadScalarPayload
Method · 0.45
ReadTimestamp
Method · 0.45
ReadData
Method · 0.45
ReadAnyValue
Method · 0.45
ReadInt64Array
Method · 0.45
ReadMetaString
Method · 0.45
PrimitiveReadWriteRoundTrip
Method · 0.45
TimestampNormalizesNegativeFractionalSecond
Method · 0.45
CaseBuffer
Method · 0.45
CaseMurmurHash3
Method · 0.45
Calls
no outgoing calls
Tested by
4
PrimitiveReadWriteRoundTrip
Method · 0.36
TimestampNormalizesNegativeFractionalSecond
Method · 0.36
CaseBuffer
Method · 0.36
CaseMurmurHash3
Method · 0.36