Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadInt64FastPayload
Method · 0.45
ReadScalarPayload
Method · 0.45
ReadDuration
Method · 0.45
ReadData
Method · 0.45
ReadAnyValue
Method · 0.45
ReadInt32Array
Method · 0.45
MacroFieldOrderFollowsForyRules
Method · 0.45
PrimitiveReadWriteRoundTrip
Method · 0.45
TimeSpanUsesVarIntSeconds
Method · 0.45
CaseBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
4
MacroFieldOrderFollowsForyRules
Method · 0.36
PrimitiveReadWriteRoundTrip
Method · 0.36
TimeSpanUsesVarIntSeconds
Method · 0.36
CaseBuffer
Method · 0.36