Package java.io
Class DataOutputStream

Public Method writeChars

final void writeChars(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes every character in the string s to the underlying output stream, one byte per character.