|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitArray | |
---|---|
com.google.zxing.common | |
com.google.zxing.qrcode.encoder |
Uses of BitArray in com.google.zxing.common |
---|
Methods in com.google.zxing.common that return BitArray | |
---|---|
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.google.zxing.common with parameters of type BitArray | |
---|---|
void |
BitArray.appendBitArray(BitArray other)
|
BitArray |
BitMatrix.getRow(int y,
BitArray row)
A fast method to retrieve one row of data from the matrix as a BitArray. |
void |
BitArray.xor(BitArray other)
|
Uses of BitArray in com.google.zxing.qrcode.encoder |
---|
Methods in com.google.zxing.qrcode.encoder with parameters of type BitArray | |
---|---|
static void |
MatrixUtil.buildMatrix(BitArray dataBits,
ErrorCorrectionLevel ecLevel,
int version,
int maskPattern,
ByteMatrix matrix)
|
static void |
MatrixUtil.embedDataBits(BitArray dataBits,
int maskPattern,
ByteMatrix matrix)
|
static void |
MatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel,
int maskPattern,
BitArray bits)
|
static void |
MatrixUtil.makeVersionInfoBits(int version,
BitArray bits)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |