readFully

 

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

Fills a byte array with data from the message buffer.

Parameters

  • b - the byte array.

Exceptions

  • IOException - if there is a problem with IO.


uj13810_