Generated by
JDiff

Class com.itextpdf.io.source.RandomAccessFileOrArray

Removed interface java.io.Serializable.

Changed Methods
long  getPosition() Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Gets the current position of the source considering the pushed byte to the source.
long  length() Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Gets the total amount of bytes in the source.
void  seek( long) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Sets the current position in the source to the specified index.
long  skip( long) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Make an attempt to skip the specified amount of bytes in source.
int  skipBytes( int) Change in exceptions thrown from java.io.IOException to no exceptions.
{@inheritDoc}