OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

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 $

Field Summary
static int COLUMNS
           
protected static int DICTIONARY
           
protected static int NONE
           
protected static int SCRIPT
           
 
Constructor Summary
ConvertFile()
           
 
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
 

Field Detail

NONE

protected static final int NONE

SCRIPT

protected static final int SCRIPT

DICTIONARY

protected static final int DICTIONARY

COLUMNS

public static final int COLUMNS
Constructor Detail

ConvertFile

public ConvertFile()
Method Detail

main

public static void main(java.lang.String[] args)