MCPcopy
hub / github.com/RoaringBitmap/roaring / ReadUInt16

Method ReadUInt16

internal/byte_input.go:21–21  ·  view source on GitHub ↗

ReadUInt16 reads uint16 with LittleEndian order

()

Source from the content-addressed store, hash-verified

19 ReadUInt32() (uint32, error)
20 // ReadUInt16 reads uint16 with LittleEndian order
21 ReadUInt16() (uint16, error)
22 // GetReadBytes returns read bytes
23 GetReadBytes() int64
24 // SkipBytes skips exactly n bytes

Callers 2

readFromMethod · 0.65
TestByteInputFlowFunction · 0.65

Implementers 2

ByteBufferinternal/byte_input.go
ByteInputAdapterinternal/byte_input.go

Calls

no outgoing calls

Tested by 1

TestByteInputFlowFunction · 0.52