list of byte segments in the result, or {@code null} if not applicable
name of error correction level used, or {@code null} if not applicable
number of erasures corrected, or {@code null} if not applicable
number of errors corrected, or {@code null} if not applicable
how many bits of {@link #getRawBytes()} are valid; typically 8 times its length
arbitrary additional metadata
raw bytes representing the result, or {@code null} if not applicable
text representation of the result
overrides the number of bits that are valid in {@link #getRawBytes()}
Generated using TypeDoc
Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.
Sean Owen