Uses of Class
com.google.zxing.aztec.decoder.Decoder.CorrectedBitsResult
-
Packages that use Decoder.CorrectedBitsResult Package Description com.google.zxing.aztec.decoder -
-
Uses of Decoder.CorrectedBitsResult in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that return Decoder.CorrectedBitsResult Modifier and Type Method Description private Decoder.CorrectedBitsResult
Decoder. correctBits(boolean[] rawbits)
Performs RS error correction on an array of bits.
-