| Modifier and Type | Method and Description |
|---|---|
void |
FileView.activateFile()
This method activates a deactivated EF.
|
void |
FileView.deactivateFile()
This method deactivates the currently selected EF.
|
short |
FileView.increase(byte[] incr,
short incrOffset,
short incrLength,
byte[] resp,
short respOffset)
This method increases the current cyclic EF record, as defined in TS 102 221.In addition to the behaviour defined in TS 102 221,
the following rule applies: If the parameter incrLength is set to 0, the current value of the last increased or updated record
is stored into the oldest record of the current cyclic EF.
|
short |
FileView.readBinary(short fileOffset,
byte[] resp,
short respOffset,
short respLength)
This method reads the data bytes of the current transparent EF.
|
short |
FileView.readRecord(short recNumber,
byte mode,
short recOffset,
byte[] resp,
short respOffset,
short respLength)
This method reads a record or a part of a record of the current linear fixed/cyclic EF
of the calling applet into the given byte array.
|
short |
FileView.searchRecord(byte mode,
short recordNum,
short searchIndication,
byte[] patt,
short pattOffset,
short pattLength,
short[] response,
short respOffset,
short respLength)
This method searches a pattern in the current linear fixed/cyclic EF.
|
void |
FileView.select(byte sfi)
This method selects a file by SFI in the current directory of the FileView.
|
void |
FileView.select(short fid)
This method selects a file of the UICC file system or of an ADF file system.
|
short |
FileView.select(short fid,
byte[] fcp,
short fcpOffset,
short fcpLength)
This method selects a file of the UICC file system or of an ADF file system.
|
short |
FileView.status(byte[] fcp,
short fcpOffset,
short fcpLength)
This method returns the FCP (File Control Parameter) of the current selected DF.
|
static void |
UICCException.throwIt(short reason)
Throws the JCRE instance of UICCViewException with the specified reason.
|
void |
FileView.updateBinary(short fileOffset,
byte[] data,
short dataOffset,
short dataLength)
This method updates the data bytes of the current transparent EF.
|
void |
FileView.updateRecord(short recNumber,
byte mode,
short recOffset,
byte[] data,
short dataOffset,
short dataLength)
This method updates the data bytes of the record of the current linear fixed/cyclic EF.
|