Package com.solab.iso8583.parse
Class BcdLengthLlllbinParseInfo
- java.lang.Object
-
- com.solab.iso8583.parse.FieldParseInfo
-
- com.solab.iso8583.parse.LlllbinParseInfo
-
- com.solab.iso8583.parse.BcdLengthLlllbinParseInfo
-
public class BcdLengthLlllbinParseInfo extends LlllbinParseInfo
Custom class to parse fields of type LLLLBCDBIN with BCD length.
-
-
Field Summary
-
Fields inherited from class com.solab.iso8583.parse.FieldParseInfo
forceHexadecimalLength, forceStringDecoding, length, type
-
-
Constructor Summary
Constructors Constructor Description BcdLengthLlllbinParseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getLengthForBinaryParsing(byte[] buf, int pos)
-
Methods inherited from class com.solab.iso8583.parse.LlllbinParseInfo
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[] buf, int pos)
- Overrides:
getLengthForBinaryParsing
in classLlllbinParseInfo
-
-