Package java.io
Interface DataOutput
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.