com.ibm.opencard.util
Class ConvertFile
java.lang.Object
|
+--com.ibm.opencard.util.ConvertFile
- public class ConvertFile
- extends java.lang.Object
Utility for automatically creating OCF agent scripts or agent dictionary
classes from a given file. The contents of the file will be contained in
a static byte array in the created Java source file.
Usage:
java com.ibm.boeblingen.smartcard.agent.ConvertFile -
may equal "s" for script or "d" for dictionary generation.
is the name of the file to be converted
is the name of the class, for which the source will be generated.
- Version:
- $Id: ConvertFile.java,v 1.1 1999/12/02 16:06:16 damke Exp $
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NONE
protected static final int NONE
SCRIPT
protected static final int SCRIPT
DICTIONARY
protected static final int DICTIONARY
COLUMNS
public static final int COLUMNS
ConvertFile
public ConvertFile()
main
public static void main(java.lang.String[] args)
|