ZXing Result.getRawBytes(), what exactly is it?

前端 未结 2 1421
情深已故
情深已故 2021-01-15 05:03

I\'m working with the zxing QR code APIs, and I\'m trying to extract binary data from a QR code on an android device. However, on android, Result.getResultMetadata() isn\'t

2条回答
  •  情书的邮戳
    2021-01-15 05:25

    Why not start with the javadoc?

    It is the raw codewords in the QR code. It is not the individual parsed byte segments.

提交回复
热议问题