MatrixUtil.embedDataBits

Embeds "dataBits" using "getMaskPattern".

For debugging purposes, it skips masking process if "getMaskPattern" is -1. See 8.7 of JISX0510:2004 (p.38) for how to embed data bits.

@param BitArray dataBits @param integer maskPattern @param ByteMatrix matrix @return void @throws Exception\WriterException

class MatrixUtil
protected static
void
embedDataBits

Meta