Package java.io
Interface DataOutput

Public Method writeBytes

abstract void writeBytes(String value)

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.