Writes an ANSI string to this stream.
public void writeStringCharsAnsi( 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. The number of bytes written to the stream is a function of the code page and can be larger than the length of the string.
See Also readStringCharsAnsi