writeChars

 

public void writeChars(String s) throws IOException;

Writes a String as a sequence of Unicode characters into the message buffer at the current position.

Parameters

  • s - the String to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14100_