Uses of Class
io.nayuki.qrcodegen.BitBuffer
-
Uses of BitBuffer in io.nayuki.qrcodegen
Methods in io.nayuki.qrcodegen that return BitBuffer Modifier and Type Method Description BitBuffer
BitBuffer. clone()
Returns a new copy of this buffer.BitBuffer
QrSegment. getData()
Returns the data bits of this segment.Methods in io.nayuki.qrcodegen with parameters of type BitBuffer Modifier and Type Method Description void
BitBuffer. appendData(BitBuffer bb)
Appends the content of the specified bit buffer to this buffer.Constructors in io.nayuki.qrcodegen with parameters of type BitBuffer Constructor Description QrSegment(QrSegment.Mode md, int numCh, BitBuffer data)
Constructs a QR Code segment with the specified attributes and data.