MCPcopy Create free account
hub / github.com/facebook/time / Skip

Method Skip

rtcm/bits.go:62–64  ·  view source on GitHub ↗

Skip advances the position by n bits.

(n int)

Source from the content-addressed store, hash-verified

60
61// Skip advances the position by n bits.
62func (r *BitReader) Skip(n int) {
63 r.pos += n
64}
65
66// BitWriter writes arbitrary numbers of bits to a byte slice.
67type BitWriter struct {

Calls

no outgoing calls