Class TLVParser
java.lang.Object
company.tap.commondependencies.ISO8583.utils.TLVParser
public final class TLVParser
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TLVParser() -
Method Summary
Modifier and Type Method Description static java.util.HashMap<java.lang.String,byte[]>parse(byte[] message, int tagLength, int lengthOfDataLen)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TLVParser
public TLVParser()
-
-
Method Details
-
parse
public static java.util.HashMap<java.lang.String,byte[]> parse(byte[] message, int tagLength, int lengthOfDataLen)
-