writeBytes

 

public void writeBytes(String s) throws IOException;

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

Parameters

  • s - the String to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14080_