DataStream.writeString

Overview | Methods | This Package | All Packages

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.