Generated by
JDiff

Class com.itextpdf.commons.utils.FileUtil

Changed Methods
OutputStream  getBufferedOutputStream( String) Change in exceptions thrown from java.io.FileNotFoundException to java.io.IOException.
Creates {@code OutputStream} instance for filename.
OutputStream  getFileOutputStream( File) Change in return type from FileOutputStream to OutputStream.
Change in exceptions thrown from java.io.FileNotFoundException to java.io.IOException.
Documentation changed from old to new.
Creates {@code FileOutputStream} instance.