convertHM abstract method

  1. @protected
Iterable<BarcodeHMBar> convertHM(
  1. String data
)

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

Implementation

@protected
Iterable<BarcodeHMBar> convertHM(String data);