DataInput.readFully:
This method blocks until one of the following conditions occurs:
* b.length bytes of input data are available, in which case a normal return is made.
* End of file is detected, in which case an EOFException is thrown.
* An I/O error occurs, in which case an IOException other than EOFException is thrown.
, , b.length, , , - -, , b.length bytes .
, , DataInput.readFully. , , , , , .