writeString

 

public void writeString(String s) throws IOException;

Writes a String into the message buffer at the current position, converting it to the codeset identified by characterSet.

Parameters

  • s - the String to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14240_