readFully

 

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

Partly fills a byte array with data from the message buffer.

Parameters

  • b - the byte array.

  • off - the offset into the message buffer where the reading starts.

  • len - the number of bytes to be read.

Exceptions

  • IOException - if there is a problem with IO.


uj13820_