WitLab's Gists
1. BarbeQR is a set of sample Java codes that write image files of barcodes, and QR codes.
Sample Barcodes
Java Source Files
ZXingEncoder class encodes the barcode content string and writes a PNG file. ZXingEncoder.java
ZXingDecoder class reads a PNG file with a barcode / QR code, and decodes it to a string value. ZxingDecoder.java
TestZXingEncoderDecoder is a JUnit class to test ZXingEncode and ZXingDecoder classes. TestZXingEncoderDecoder.java