Writes a Unicode string to this stream.
public void writeStringChars( String value )
value
The string value to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
The number of Unicode characters written to the stream corresponds to the length of the string.
See Also readStringChars