Generated by
JDiff

Class com.itextpdf.commons.utils.FileUtil

Changed Methods
File  constructFileByDirectoryAndName( String, String ) Documentation changed from old to new.
Create {@code File} instance.
PrintWriter  createPrintWriter( OutputStream, String ) Documentation changed from old to new.
Creates {@code PrintWriter} instance.
OutputStream  getBufferedOutputStream( String) Documentation changed from old to new.
Creates {@code OutputStream} instance for filename.
String  getParentDirectoryUri( File) Documentation changed from old to new.
Returns an URI of the parent directory for the resource.
RandomAccessFile  getRandomAccessFile( File) Documentation changed from old to new.
Creates {@code RandomAccessFile} instance.
OutputStream  wrapWithBufferedOutputStream( OutputStream) Documentation changed from old to new.
Wraps provided output stream with buffered one.
FileOutputStream  getFileOutputStream( File) Documentation changed from old to new.
Creates {@code FileOutputStream} instance.
OutputStream  getFileOutputStream( String) Documentation changed from old to new.
Creates {@code OutputStream} instance.
InputStream  getInputStreamForFile( File) Documentation changed from old to new.
Creates {@code InputStream} instance.
InputStream  getInputStreamForFile( String) Documentation changed from old to new.
Creates {@code InputStream} instance.