MCPcopy 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

ReadDataMethod · 0.45
ReadInt64FastPayloadMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadMethod · 0.45
ReadDataMethod · 0.45
ReadInt16ArrayMethod · 0.45
CaseBufferMethod · 0.45

Calls

no outgoing calls

Tested by 3

CaseBufferMethod · 0.36