Generated by
JDiff

Class com.google.common.io.Files

Changed Methods
MappedByteBuffer map(File, MapMode, long) Change in exceptions thrown from (java.io.FileNotFoundException, java.io.IOException) to java.io.IOException.
Maps a file in to memory as per FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long) using the requested MapMode.