MCPcopy Create free account
hub / github.com/apache/fory / ReadUInt16

Method ReadUInt16

csharp/src/Fory/ByteBuffer.cs:504–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 }
503
504 public ushort ReadUInt16()
505 {
506 CheckBound(2);
507 ushort value = BinaryPrimitives.ReadUInt16LittleEndian(_storage.AsSpan(_cursor, 2));
508 _cursor += 2;
509 return value;
510 }
511
512 public short ReadInt16()
513 {

Callers 13

ReadDataMethod · 0.80
ReadDataMethod · 0.80
ReadDataMethod · 0.80
ReadInt64FastPayloadMethod · 0.80
ReadScalarPayloadMethod · 0.80
ReadMethod · 0.80
ReadMethod · 0.80
ReadMethod · 0.80
ReadDataMethod · 0.80
ReadDataMethod · 0.80
ReadDataMethod · 0.80
ReadUInt16ArrayMethod · 0.80

Calls

no outgoing calls

Tested by 1