Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadInt16
Method
ReadInt16
csharp/src/Fory/ByteBuffer.cs:512–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
510
}
511
512
public short ReadInt16()
513
{
514
return unchecked((short)ReadUInt16());
515
}
516
517
public uint ReadUInt32()
518
{
Callers
9
ReadData
Method · 0.45
ReadInt64FastPayload
Method · 0.45
ReadScalarPayload
Method · 0.45
Read
Method · 0.45
ReadData
Method · 0.45
ReadInt16Array
Method · 0.45
MacroFieldOrderFollowsForyRules
Method · 0.45
PrimitiveReadWriteRoundTrip
Method · 0.45
CaseBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
3
MacroFieldOrderFollowsForyRules
Method · 0.36
PrimitiveReadWriteRoundTrip
Method · 0.36
CaseBuffer
Method · 0.36