Generated by
JDiff

Class com.itextpdf.io.source.RandomAccessFileOrArray

Added Methods
int  peek() Gets the next byte without moving current position.
int  peek( byte[]) Gets the next {@code buffer.length} bytes without moving current position.
 

Removed Fields
boolean  plainRandomAccess When true the file access is not done through a memory mapped file.