DataOutput.writeUTF
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void writeUTF( String str ) throws IOException
Parameters
- str
- the string value to be written.
Description
Writes a Unicode string by encoding it using modified UTF-8 format.
Exceptions
IOException
if an I/O error occurs.