Method | Description | |
---|---|---|
decode ( |
Decodes the specified detector result.
|
|
highLevelDecode ( bool correctedBits ) : String |
Method | Description | |
---|---|---|
convertBoolArrayToByteArray ( bool boolArr ) : byte[] |
Packs a bit array into bytes, most significant bit first
|
|
correctBits ( bool rawbits ) : bool[] |
Performs RS error correction on an array of bits.
|
|
extractBits ( |
Gets the array of bits from an Aztec Code matrix
|
|
getCharacter ( String table, int code ) : String |
Gets the character (or string) corresponding to the passed code in the given table
|
|
getEncodedData ( bool correctedBits ) : String |
Gets the string encoded in the aztec code bits
|
|
getTable ( char t ) : Table |
gets the table corresponding to the char passed
|
|
readByte ( bool rawbits, int startIndex ) : byte |
Reads a code of length 8 in an array of bits, padding with zeros
|
|
readCode ( bool rawbits, int startIndex, int length ) : int |
Reads a code of given length and at given index in an array of bits
|
|
totalBitsInLayer ( int layers, bool compact ) : int |
public decode ( |
||
detectorResult | The detector result. | |
return | ZXing.Common.DecoderResult |
public static highLevelDecode ( bool correctedBits ) : String | ||
correctedBits | bool | |
return | String |