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