Generated by
JDiff

Class com.itextpdf.io.util.StreamUtil

Changed Methods
void  readFully( InputStream, byte[] , int , int ) Documentation changed from old to new.
Reads {@code len} bytes from an input stream.
void  skip( InputStream, long ) Documentation changed from old to new.
This method is an alternative for the {@code InputStream.skip()} -method that doesn't seem to work properly for big values of {@code size }.