INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Replace 'index'-th entry by 'element'
-- Entry at index 'index', if in interval
-- Close the file
-- Put the first object in array 'range'
-- (i.e. range.item (range.lower)) at position
-- 'lower' in the current object, the next object
-- at position 'lower' + 1, etc.
-- Build an array with index range [lower, upper]
-- containing the objects from corresponding
-- positions in the current object.
-- Is the file open?
-- May new items be added?
-- Number of items in the array
-- Was "general" store used?
-- Create file object with 'file_name' as file name
-- and open file for both reading and writing;
-- create it if it does not exist
-- Create file object with 'file_name' as file name
-- and open file for both reading and writing;
-- create it if it does not exist
-- Use "general" store mechanism
-- Create file object with 'file_name' as file name
-- and open file in read mode
-- Create file object with 'file_name' as file name
-- and open file for both reading and writing
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |