DataOutputStream.writeBytes
Class Overview | Class Members |
This Package |
All Packages
public final void writeBytes( String s ) throws IOException
Parameters
- s
- a string of bytes to be written.
Description
Writes out the string to the underlying output stream as a
sequence of bytes. Each character in the string is written out, in
sequence, by discarding its high eight bits.
Exceptions
IOException
if an I/O error occurs.
See Also
out