Generated by
JDiff

Class org.apache.hadoop.io.IOUtils

Added Methods
void copyBytes(InputStream, OutputStream, long, boolean) Copies count bytes from one stream to another.
void readFileChannelFully(FileChannel, byte[], int, int) Reads len bytes in a loop using the channel of the stream.