Package | Description |
---|---|
com.google.zxing.common | |
com.google.zxing.qrcode.encoder |
Modifier and Type | Method and Description |
---|---|
BitArray |
BitMatrix.getRow(int y,
BitArray row)
A fast method to retrieve one row of data from the matrix as a BitArray.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2015. All Rights Reserved.