Package com.google.zxing.pdf417.decoder
Class BarcodeMetadata
- java.lang.Object
-
- com.google.zxing.pdf417.decoder.BarcodeMetadata
-
final class BarcodeMetadata extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intcolumnCountprivate interrorCorrectionLevelprivate introwCountprivate introwCountLowerPartprivate introwCountUpperPart
-
Constructor Summary
Constructors Constructor Description BarcodeMetadata(int columnCount, int rowCountUpperPart, int rowCountLowerPart, int errorCorrectionLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetColumnCount()(package private) intgetErrorCorrectionLevel()(package private) intgetRowCount()(package private) intgetRowCountLowerPart()(package private) intgetRowCountUpperPart()
-