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