write

 

public void write(byte[] b) throws IOException;

Writes an array of bytes into the message buffer at the current position.

Parameters

  • b - the array to be written.

Returns

  • the array to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14030_