Microsoft SDK for Java

writeChars

This method of the XMLOutputStream class writes the given string to the output stream.

Syntax

public void writeChars(String str) throws IOException;

Parameters

str The String to write to the output stream.

Exceptions

IOException if there was an error writing to the output stream.

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