com.google.zxing.client.j2se
Class CommandLineRunner
java.lang.Object
com.google.zxing.client.j2se.CommandLineRunner
public final class CommandLineRunner
- extends java.lang.Object
This simple command line utility decodes files, directories of files, or URIs which are passed
as arguments. By default it uses the normal decoding algorithms, but you can pass --try_harder
to request that hint. The raw text of each barcode is printed, and when running against
directories, summary statistics are also displayed.
- Author:
- dswitkin@google.com (Daniel Switkin)
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception