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

dwermprearf

New Member
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 passed through to me through the Intent, so I tried to use Result.getRawBytes() to retrieve my byte array. However, getRawBytes() does not seem to return the same thing.What exactly is Result.getRawBytes() and does anyone know how to extract byte arrays from zxing QR codes properly?Thanks
 
Top