Overview | Methods | This Package | All Packages
Writes a null-terminated Unicode string to this stream.
Syntax
public void writeStringNull( String value )
Parameters
value
The string value to write.
Remarks
The characters of the string are written to the stream as a sequence of 16-bit Unicode characters followed by a 16-bit null character.
Exceptions
IOException thrown if an I/O error occurs or if the stream does not support writing.
See Also readStringNull