Overview | Methods | This Package | All Packages
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.