This method of the PermissionTreeOutput Class creates a leaf with the specified string as its value.
public void writeField(String s) throws IOException;
s | The value to display at the leaf that is created. |
IOException if an error occurs while writing to the output stream.