Class FieldParser
java.lang.Object
com.google.zxing.oned.rss.expanded.decoders.FieldParser
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<String, FieldParser.DataLength> private static final Map
<String, FieldParser.DataLength> private static final Map
<String, FieldParser.DataLength> private static final Map
<String, FieldParser.DataLength> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
parseFieldsInGeneralPurpose
(String rawInformation) private static String
processFixedAI
(int aiSize, int fieldSize, String rawInformation) private static String
processVariableAI
(int aiSize, int variableFieldSize, String rawInformation)
-
Field Details
-
TWO_DIGIT_DATA_LENGTH
-
THREE_DIGIT_DATA_LENGTH
-
THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH
-
FOUR_DIGIT_DATA_LENGTH
-
-
Constructor Details
-
FieldParser
private FieldParser()
-
-
Method Details
-
parseFieldsInGeneralPurpose
- Throws:
NotFoundException
-
processFixedAI
private static String processFixedAI(int aiSize, int fieldSize, String rawInformation) throws NotFoundException - Throws:
NotFoundException
-
processVariableAI
private static String processVariableAI(int aiSize, int variableFieldSize, String rawInformation) throws NotFoundException - Throws:
NotFoundException
-