Microsoft SDK for Java

writeField

This method of the PermissionTreeOutput Class creates a leaf with the specified string as its value.

Syntax

public void writeField(String s) throws IOException;

Parameters

s The value to display at the leaf that is created.

Exceptions

IOException if an error occurs while writing to the output stream.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.