Class BlockParsedResult
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.BlockParsedResult
-
final class BlockParsedResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DecodedInformation
decodedInformation
private boolean
finished
-
Constructor Summary
Constructors Constructor Description BlockParsedResult()
BlockParsedResult(DecodedInformation information, boolean finished)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) DecodedInformation
getDecodedInformation()
(package private) boolean
isFinished()
-
-
-
Field Detail
-
decodedInformation
private final DecodedInformation decodedInformation
-
finished
private final boolean finished
-
-
Constructor Detail
-
BlockParsedResult
BlockParsedResult()
-
BlockParsedResult
BlockParsedResult(DecodedInformation information, boolean finished)
-
-
Method Detail
-
getDecodedInformation
DecodedInformation getDecodedInformation()
-
isFinished
boolean isFinished()
-
-