com.google.zxing.oned.rss.expanded.decoders
Class AbstractExpandedDecoder

java.lang.Object
  extended by com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder

public abstract class AbstractExpandedDecoder
extends java.lang.Object

Author:
Pablo Orduña, University of Deusto (pablo.orduna@deusto.es), Eduardo Castillejo, University of Deusto (eduardo.castillejo@deusto.es)

Method Summary
static AbstractExpandedDecoder createDecoder(BitArray information)
           
protected  com.google.zxing.oned.rss.expanded.decoders.GeneralAppIdDecoder getGeneralDecoder()
           
protected  BitArray getInformation()
           
abstract  java.lang.String parseInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInformation

protected BitArray getInformation()

getGeneralDecoder

protected com.google.zxing.oned.rss.expanded.decoders.GeneralAppIdDecoder getGeneralDecoder()

parseInformation

public abstract java.lang.String parseInformation()
                                           throws NotFoundException
Throws:
NotFoundException

createDecoder

public static AbstractExpandedDecoder createDecoder(BitArray information)