Class AbstractExpandedDecoder
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
public abstract class AbstractExpandedDecoder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AbstractExpandedDecodercreateDecoder(BitArray information)protected com.google.zxing.oned.rss.expanded.decoders.GeneralAppIdDecodergetGeneralDecoder()protected BitArraygetInformation()abstract java.lang.StringparseInformation()
-
-
-
Method Detail
-
getInformation
protected final BitArray getInformation()
-
getGeneralDecoder
protected final com.google.zxing.oned.rss.expanded.decoders.GeneralAppIdDecoder getGeneralDecoder()
-
parseInformation
public abstract java.lang.String parseInformation() throws NotFoundException, FormatException- Throws:
NotFoundExceptionFormatException
-
createDecoder
public static AbstractExpandedDecoder createDecoder(BitArray information)
-
-