The ClientStoragePermission Class contains the following methods:
check does nothing for this permission.
combine creates and returns a new ClientStoragePermission object that is a combination of the current permission object and the specified permission object.
compareSet compares the ClientStoragePermission instance with a specified permission object.
copy retrieves a copy of the ClientStoragePermission object.
decode decodes the contents of the specified data stream into this permission object.
encode encodes the contents of this permission object and sends the encoded data to the specified stream.
getFlags retrieves the flags that control access to storage.
getStorageLimit obtains the limit on the amount of data that can be stored.
mapFormat retrieves a permission-specific tag when given an encoding format.
reset resets the permission so that no special flags are active and there is no storage space limit.
setFlags sets flags for controlling access to storage.
setStorageLimit sets a limit on the amount of data that can be stored.
supportedFormats retrieves the encoding formats that the permission type supports.
toString retrieves a textual representation of the permission object.