In Java Runtime 2.1 for Symbian
Removed support for the virtual file system.
Removed support for accessing OMA DRM 1.0 protected files.
Changed the file separator character to "\"
.
In S60 3rd Edition Feature Pack 2
The implementation is now JSR-248 (MSA) compliant.
Added a new internal read buffer which speeded up the read operations.
The files in the work directory of the MIDlet suite are retained when the MIDlet suite is reinstalled or upgraded, if the RMS record stores are retained. See MIDP 2.1 specification, chapter '2.1.5 MIDlet Suite Update' (JSR-118 specification). In S60 3rd Edition FP 1 and the earlier versions the files were never retained.
A new InputStream
has to be opened to
see the changes made by OutputStream
if the InputStream
has already encountered EOF (end-of-file).
The Read/Write User Data Access groups give MIDlet suites the ability to read or write any data in a file or directory.
In S60 3rd Edition
Added support for accessing OMA DRM 1.0 protected files.
Starting from S60 3rd Edition the root for common directories
is c:/data/
, whereas before S60 3rd Edition it
was c:/nokia/
.
Starting from S60 3rd Edition the protected directory in memory
card is private/
, whereas before S60 3rd Edition
it was system/
.
Increased the size of the internal write buffer which speeded up the write operations to the memory card.
In S60 2nd Edition Feature Pack 2
This API was introduced in S60 2nd Edition FP 2 platform.
In Series 40 6th Edition
Added support for private folders.
In series 40 5th Edition
Added support for MSA subset.
In Series 40 3rd Edition
This API was introduced in Series 40 3rd Edition platform.