DataOutput.writeBytes

DataOutput.writeBytes

Interface Overview | Interface Members | This Package | All Packages

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

Exceptions
IOException if an I/O error occurs.