This method of the ReflectionPermission Class decodes a source according to the specified tag. This method implements the IEncodablePermission.decode method.
public boolean decode(String tag, InputStream data);
Returns true if the decoding process is completed successfully; otherwise, returns false.
tag | The tag used for the decoding. It is the same tag that was used to encode the data. |
data | The stream that contains the encoded permission. |