Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadUInt8
Method
ReadUInt8
csharp/src/Fory/ByteBuffer.cs:491–497 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
public byte ReadUInt8()
492
{
493
CheckBound(1);
494
byte value = _storage[_cursor];
495
_cursor += 1;
496
return value;
497
}
498
499
public sbyte ReadInt8()
500
{
Callers
15
SkipListOrSet
Method · 0.80
SkipMap
Method · 0.80
ReadData
Method · 0.80
ReadData
Method · 0.80
ReadCollectionData
Method · 0.80
ReadInt64FastPayload
Method · 0.80
ReadScalarPayload
Method · 0.80
ReadBool
Method · 0.80
Read
Method · 0.80
ReadMap
Method · 0.80
ReadHead
Method · 0.80
ReadData
Method · 0.80
Calls
no outgoing calls
Tested by
10
ReadCompatibleTypeMetaRange
Method · 0.64
PrimitiveReadWriteRoundTrip
Method · 0.64
TimeSpanUsesVarIntSeconds
Method · 0.64
DateOnlyUsesVarInt64Days
Method · 0.64
FieldSkipperSkipsTimePayloads
Method · 0.64
DecimalUsesCanonicalWireFormat
Method · 0.64
TimestampNormalizesNegativeFractionalSecond
Method · 0.64
TypeMetaHeaderCacheHitSkipsCurrentBodySize
Method · 0.64
RewriteRootUserTypeId
Method · 0.64
CaseBuffer
Method · 0.64