http://idk.i2p/javadoc-i2p/com/google/zxing/qrcode/encoder/ByteMatrix.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait Constructor Details ByteMatrix public ByteMatrix (int width,
int height) Method Details getHeight public int getHeight () getWidth public int getWidth () get public byte get (int x,
int y) getArray public byte[][] getArray () Returns: an internal representation as bytes, in row-major order. array[y][x] represents point (x,y) set public ...