Wrote a Matrix class and fixed all uses of it, as well as other small fixes like...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 Nov 2008 21:18:56 +0000 (21:18 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 Nov 2008 21:18:56 +0000 (21:18 +0000)
commit15608a8de7b87109aeaa4b7e64f707c45f15ae6e
tree6ffec6d546b9a1f7f68607ca67e5e997eb4ecd99
parent1632472430335711f45db02808993f24413140e5
Wrote a Matrix class and fixed all uses of it, as well as other small fixes like StringBuffer. MaskUtil and QRCode now compile with no errors.

git-svn-id: http://zxing.googlecode.com/svn/trunk@697 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/qrcode/encoder/Encoder.java
core/src/com/google/zxing/qrcode/encoder/MaskUtil.java
core/src/com/google/zxing/qrcode/encoder/Matrix.java [new file with mode: 0644]
core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java
core/src/com/google/zxing/qrcode/encoder/QRCode.java