de.cardcontact.opencard.utils
Class CapFile
java.lang.Object
de.cardcontact.opencard.utils.CapFile
public class CapFile
- extends java.lang.Object
Constructor Summary |
CapFile(java.lang.String filename)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
DIRECTORY
public static final int DIRECTORY
- See Also:
- Constant Field Values
APPLET
public static final int APPLET
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
CONSTANTPOOL
public static final int CONSTANTPOOL
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
METHOD
public static final int METHOD
- See Also:
- Constant Field Values
STATICFIELD
public static final int STATICFIELD
- See Also:
- Constant Field Values
REFLOCATION
public static final int REFLOCATION
- See Also:
- Constant Field Values
EXPORT
public static final int EXPORT
- See Also:
- Constant Field Values
DESCRIPTOR
public static final int DESCRIPTOR
- See Also:
- Constant Field Values
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
COMPONENTS
public static final java.lang.String[] COMPONENTS
CAPSEQUENCE
public static final int[] CAPSEQUENCE
CAPSEQUENCE_JCOP
public static final int[] CAPSEQUENCE_JCOP
filename
protected java.lang.String filename
components
protected byte[][] components
CapFile
public CapFile(java.lang.String filename)
read
public void read()
throws java.io.IOException
- Throws:
java.io.IOException
getLoadFile
public byte[] getLoadFile(int[] caplist)