X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2FBarcodeFormat.java;fp=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2FBarcodeFormat.java;h=9820c09744422806c0cdcbd7b9f91d7f63921fee;hb=57bb0963235815560048d9241b7a6530c1c1fbf0;hp=49af6f3f417cc1ec0210a85aa10d8dec0e11a7e6;hpb=8c91e26190f4d312f0c5d000d676efadd352ef81;p=zxing.git diff --git a/core/src/com/google/zxing/BarcodeFormat.java b/core/src/com/google/zxing/BarcodeFormat.java index 49af6f3f..9820c097 100644 --- a/core/src/com/google/zxing/BarcodeFormat.java +++ b/core/src/com/google/zxing/BarcodeFormat.java @@ -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");