com.ibm.opencard.util
Class ConvertTLV
java.lang.Object
|
+--com.ibm.opencard.util.ConvertTLV
- public class ConvertTLV
- extends java.lang.Object
|
Method Summary |
static void |
main(java.lang.String[] args)
The main entrance point to this tool. |
static void |
printUsage()
Prints a usage message for this tool, then exits. |
static int |
toBinaryNumber(byte[] binary,
int offset,
int number)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ConvertTLV
public ConvertTLV()
toBinaryNumber
public static int toBinaryNumber(byte[] binary,
int offset,
int number)
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- The main entrance point to this tool.
printUsage
public static void printUsage()
- Prints a usage message for this tool, then exits.
|