TapeDecoder constructor

TapeDecoder(
  1. Uint8List tape
)

Implementation

TapeDecoder(this.tape) : _reader = ByteData.sublistView(tape);