This method of the ReflectionPermission Class encodes a source according to the specified tag. This method implements the IEncodablePermission.encode method.
public boolean encode(String tag, OutputStream out);
Returns true if the encoding process is completed successfully; otherwise, returns false.
tag | The string that indicates how to encode the data. |
out | The stream to write the encoded data to. |