Writes a null-terminated ANSI string to this stream.
public void writeStringNullAnsi( 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 specified string is converted to a sequence of bytes using the system's default code page. Those bytes are then written to the stream followed by a null byte.
See Also readStringNullAnsi