MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / SkipBytes

Method SkipBytes

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

SkipBytes skips exactly n bytes

(n int)

Source from the content-addressed store, hash-verified

23 GetReadBytes() int64
24 // SkipBytes skips exactly n bytes
25 SkipBytes(n int) error
26}
27
28// NewByteInputFromReader creates reader wrapper

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