rsc.io/qr/coding.Bits.Write (method)
18 uses
rsc.io/qr/coding (current package)
qr.go#L90: func (b *Bits) Write(v uint, nbit int) {
qr.go#L136: b.Write(1, 4)
qr.go#L137: b.Write(uint(len(s)), numLen[v.sizeClass()])
qr.go#L141: b.Write(w, 10)
qr.go#L146: b.Write(w, 4)
qr.go#L149: b.Write(w, 7)
qr.go#L179: b.Write(2, 4)
qr.go#L180: b.Write(uint(len(s)), alphaLen[v.sizeClass()])
qr.go#L185: b.Write(w, 11)
qr.go#L190: b.Write(w, 6)
qr.go#L212: b.Write(4, 4)
qr.go#L213: b.Write(uint(len(s)), stringLen[v.sizeClass()])
qr.go#L215: b.Write(uint(s[i]), 8)
qr.go#L384: b.Write(0, n)
qr.go#L386: b.Write(0, 4)
qr.go#L389: b.Write(0, -b.Bits()&7)
qr.go#L392: b.Write(0xec, 8)
qr.go#L396: b.Write(0x11, 8)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |