MCPcopy 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

SkipValueMethod · 0.45
ReadInlineTypedValueMethod · 0.45
ReadResolvedValueMethod · 0.45
ReadDataMethod · 0.45
ReadCollectionDataMethod · 0.45
ReadInt64FastPayloadMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
ReadDataMethod · 0.45
ReadRefFlagMethod · 0.45
ReadInt8ArrayMethod · 0.45

Calls

no outgoing calls