Microsoft SDK for Java

IDataStream.writeStringChars

Writes a Unicode string to this stream.

Syntax

public void writeStringChars( String value )

Parameters

value

The string value to write.

Exceptions

IOException thrown if an I/O error occurs or if the stream does not support writing.

Remarks

The number of Unicode characters written to the stream corresponds to the length of the string.

See Also   readStringChars

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