write

 

public void write(byte[] b, int off, int len) throws IOException;

Writes a series of bytes into the message buffer at the current position.

Parameters

  • b - the array from which the bytes are written.

  • off - the offset to the first byte in the array to be written.

  • len - the number of bytes to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14040_