FileDocCategorySizeDatePackage
File.javaAPI DocphoneME MR2 API (J2ME)4043Wed May 02 18:00:40 BST 2007com.sun.satsa.aclapplet

File

public class File extends Object
This class represents card file.

Fields Summary
static final byte
DIR
File type constant - dedicated file (DF).
static final byte
PIN
File type constant - DF where PINs reside, must be unique for this implementation.
static final byte
PrivateKeyFile
File type constant - elementary file (EF) where private key reside.
static final byte
WIM
File type constant - root DF for WIM application.
static final byte
READ
File type constant - EF with read permission.
static final byte
UPDATE
File type constant - EF with read/write permission.
static final byte
EMPTY
File attribute constant - EF is mostly empty .
DFile
parent
Parent DF.
short
id
File identifier.
short
type
File type.
Constructors Summary
Methods Summary
booleanisDF()
Returns true if this file is DF.

return
true.


                  
      
        return true;