Microsoft SDK for Java

DataStream.writeString

Writes a length-prefixed Unicode string to this stream.

Syntax

public void writeString( String value )

Parameters

value

The string to write.

Remarks

This method implements the IDataStream.writeString method.

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