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

Method ReadUInt32

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

ReadUInt32 reads uint32 with LittleEndian order

()

Source from the content-addressed store, hash-verified

17 NextReturnsSafeSlice() bool
18 // ReadUInt32 reads uint32 with LittleEndian order
19 ReadUInt32() (uint32, error)
20 // ReadUInt16 reads uint16 with LittleEndian order
21 ReadUInt16() (uint16, error)
22 // GetReadBytes returns read 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