This method of the PermissionDataSet Class decodes the contents of the specified data stream into a set of permission objects.
public boolean decode(String tag, InputStream data);
Returns true if the decoding process is completed successfully; otherwise, returns false.
tag | The encoding type identifier. |
data | The raw data to construct this object from. The type of data in the stream is specified by the tag parameter. |