Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadInt8
Method
ReadInt8
csharp/src/Fory/ByteBuffer.cs:499–502 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
497
}
498
499
public sbyte ReadInt8()
500
{
501
return unchecked((sbyte)ReadUInt8());
502
}
503
504
public ushort ReadUInt16()
505
{
Callers
15
SkipValue
Method · 0.45
ReadInlineTypedValue
Method · 0.45
ReadResolvedValue
Method · 0.45
ReadData
Method · 0.45
ReadCollectionData
Method · 0.45
ReadInt64FastPayload
Method · 0.45
ReadScalarPayload
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
ReadData
Method · 0.45
ReadRefFlag
Method · 0.45
ReadInt8Array
Method · 0.45
Calls
no outgoing calls
Tested by
9
MacroFieldOrderFollowsForyRules
Method · 0.36
ReadCompatibleTypeMetaRange
Method · 0.36
PrimitiveReadWriteRoundTrip
Method · 0.36
TimeSpanUsesVarIntSeconds
Method · 0.36
DateOnlyUsesVarInt64Days
Method · 0.36
DecimalUsesCanonicalWireFormat
Method · 0.36
TimestampNormalizesNegativeFractionalSecond
Method · 0.36
RewriteRootUserTypeId
Method · 0.36
CaseBuffer
Method · 0.36