Pre-RSS-14 changes. Necessary code changes, but not the decoder. Committing this...
[zxing.git] / core / src / com / google / zxing / BarcodeFormat.java
index 49af6f3..9820c09 100644 (file)
@@ -56,6 +56,9 @@ public final class BarcodeFormat {
   /** ITF (Interleaved Two of Five) 1D format. */
   public static final BarcodeFormat ITF = new BarcodeFormat("ITF");
 
+  /** RSS 14 */
+  public static final BarcodeFormat RSS14 = new BarcodeFormat("RSS14");
+
   /** PDF417 format. */
   public static final BarcodeFormat PDF417 = new BarcodeFormat("PDF417");