Class DecodeWorker

java.lang.Object
com.google.zxing.client.j2se.DecodeWorker
All Implemented Interfaces:
Callable<Integer>

final class DecodeWorker extends Object implements Callable<Integer>
One of a pool of threads which pulls images off the Inputs queue and decodes them in parallel.
See Also: