| java.lang.Object acl_data.ACFile
ACFile | public class ACFile (Code) | | This class represents access control file that describes permissions for one
card slot.
|
Field Summary | |
final public static short | ACFILE Path to ACFILE. | final public static short | ACIFILE Path to ACIFILE. | final public static short | AODF Path to AODF. | final public static short | DODF Path to DODF. | final public static short | ODF Path to ODF. | Vector | files |
Constructor Summary | |
public | ACFile() Constructs an instance of an access control file object. |
Method Summary | |
void | addFile(short path, byte[] data) Adds a new file to the file system. | void | createDODF() | void | createODF() | public static ACFile | load(String fileName, String out_dir) Load access control information.
Parameters: fileName - file name. Parameters: out_dir - output directory. |
ACFILE | final public static short ACFILE(Code) | | Path to ACFILE.
|
ACIFILE | final public static short ACIFILE(Code) | | Path to ACIFILE.
|
AODF | final public static short AODF(Code) | | Path to AODF.
|
DODF | final public static short DODF(Code) | | Path to DODF.
|
ODF | final public static short ODF(Code) | | Path to ODF.
|
ACFile | public ACFile()(Code) | | Constructs an instance of an access control file object.
|
addFile | void addFile(short path, byte[] data) throws IOException(Code) | | Adds a new file to the file system.
Parameters: path - file path Parameters: data - file body throws: IOException - in case if something wrong |
load | public static ACFile load(String fileName, String out_dir)(Code) | | Load access control information.
Parameters: fileName - file name. Parameters: out_dir - output directory. ACFile object |
|
|