Overview | Methods | This Package | All Packages
Writes an ANSI string to this stream.
Syntax
public void writeStringCharsAnsi( 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 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