Generated by
JDiff

Class org.apache.hadoop.io.IOUtils

Added Methods
int wrappedReadForCompressedData(InputStream, byte[], int, int) Utility wrapper for reading from InputStream It catches any errors thrown by the underlying stream (either IO or decompression-related) and re-throws as an IOException.