This method of the ClientStoragePermission Class encodes the contents of this permission object and sends the encoded data to the specified stream. The tag parameter specifies the type of encoding that should be used.
public boolean encode(String tag, OutputStream out);
Returns true if the encoding operation succeeded; otherwise, returns false.
tag | The encoding type identifier. |
out | The output stream to send the encoded data to. |