static final class Decoder.CorrectedBitsResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean[] |
correctBits |
private int |
ecLevel |
private int |
errorsCorrected |
Constructor and Description |
---|
CorrectedBitsResult(boolean[] correctBits,
int errorsCorrected,
int ecLevel) |