()
| 34 | return new TextDecoder("utf8").decode(array.buffer as ArrayBuffer); |
| 35 | } |
| 36 | readAsciiString8() { |
| 37 | return this.readAsciiStringNo(this.read8()); |
| 38 | } |
| 39 | readAsciiString16() { |
| 40 | return this.readAsciiStringNo(this.read16()); |
| 41 | } |
no test coverage detected