convert abstract method

  1. @protected
Iterable<bool> convert(
  1. String data
)
inherited

Actual barcode computation method, returns a stream of bool which represents the presence or absence of a bar

Implementation

@protected
Iterable<bool> convert(String data);