Package java.io
Class DataOutputStream

Public Method writeBytes

final void writeBytes(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes the specified string to the underlying stream as a sequence of bytes, using only the first byte of the UTF-8 representation. Take care with Unicode symbols that take more than one byte when represented in UTF-8 code.