DataOutput.writeChars

DataOutput.writeChars

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeChars( String s ) throws IOException
Parameters
s
the string value to be written.
Description
Writes a string to this output stream.

Exceptions
IOException if an I/O error occurs.