Uses of Class
com.itextpdf.text.pdf.qrcode.BitArray
-
Packages that use BitArray Package Description com.itextpdf.text.pdf.qrcode -
-
Uses of BitArray in com.itextpdf.text.pdf.qrcode
Methods in com.itextpdf.text.pdf.qrcode that return BitArray Modifier and Type Method Description BitArray
BitMatrix. getRow(int y, BitArray row)
A fast method to retrieve one row of data from the matrix as a BitArray.Methods in com.itextpdf.text.pdf.qrcode with parameters of type BitArray Modifier and Type Method Description BitArray
BitMatrix. getRow(int y, BitArray row)
A fast method to retrieve one row of data from the matrix as a BitArray.
-