(correctedBits: boolean[])
| 86 | |
| 87 | // This method is used for testing the high-level encoder |
| 88 | public static highLevelDecode(correctedBits: boolean[]): string { |
| 89 | return this.getEncodedData(correctedBits); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Gets the string encoded in the aztec code bits |