DataOutputStream.writeChars
Class Overview | Class Members |
This Package |
All Packages
public final void writeChars( String s ) throws IOException
Parameters
- s
- a String value to be written.
Description
Writes a string to the underlying output stream as a sequence of
characters. Each character is written to the data output stream as
if by the writeChar method.
Exceptions
IOException
if an I/O error occurs.
See Also
writeChar, out