Package com.solab.iso8583.parse
Class BcdLengthLlbinParseInfo
- java.lang.Object
-
- com.solab.iso8583.parse.FieldParseInfo
-
- com.solab.iso8583.parse.LlbinParseInfo
-
- com.solab.iso8583.parse.BcdLengthLlbinParseInfo
-
public class BcdLengthLlbinParseInfo extends LlbinParseInfo
Custom class to parse fields of type LLBCDBIN with BCD length.
-
-
Field Summary
-
Fields inherited from class com.solab.iso8583.parse.FieldParseInfo
forceHexadecimalLength, forceStringDecoding, length, type
-
-
Constructor Summary
Constructors Constructor Description BcdLengthLlbinParseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getLengthForBinaryParsing(byte b)
-
Methods inherited from class com.solab.iso8583.parse.LlbinParseInfo
parse, parseBinary
-
Methods inherited from class com.solab.iso8583.parse.FieldParseInfo
decodeLength, getCharacterEncoding, getDecoder, getInstance, getLength, getType, setCharacterEncoding, setDecoder, setForceHexadecimalLength, setForceStringDecoding
-
-
-
-
Method Detail
-
getLengthForBinaryParsing
protected int getLengthForBinaryParsing(byte b)
- Overrides:
getLengthForBinaryParsing
in classLlbinParseInfo
-
-