The ClientStorageManager Class contains the following methods:
getStorageManager obtains the global storage manager.
getStore obtains the store for the currently executing principal.
getStoreForPrincipal retrieves a principal's store.
getStoreFromContext obtains the store for the currently executing principal.
openRandom opens a RandomAccessFile from the store for read or write operations.
openReadable opens a file for reading from the store for the current principal.
openWritable opens a file for writing from the store for the current principal.