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

Method writeTo

roaringarray.go:74–74  ·  view source on GitHub ↗
(io.Writer)

Source from the content-addressed store, hash-verified

72 selectInt(x uint16) int // selectInt returns the xth integer in the container
73 serializedSizeInBytes() int
74 writeTo(io.Writer) (int, error)
75
76 numberOfRuns() int
77 toEfficientContainer() container

Callers 2

WriteToMethod · 0.65
writeToMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by

no test coverage detected