Uses of Class
com.itextpdf.io.source.RandomAccessSourceFactory
-
Packages that use RandomAccessSourceFactory Package Description com.itextpdf.io.font com.itextpdf.io.source -
-
Uses of RandomAccessSourceFactory in com.itextpdf.io.font
Fields in com.itextpdf.io.font declared as RandomAccessSourceFactory Modifier and Type Field Description (package private) RandomAccessSourceFactory
CFFFont. rasFactory
private RandomAccessSourceFactory
Type1Parser. sourceFactory
-
Uses of RandomAccessSourceFactory in com.itextpdf.io.source
Methods in com.itextpdf.io.source that return RandomAccessSourceFactory Modifier and Type Method Description RandomAccessSourceFactory
RandomAccessSourceFactory. setExclusivelyLockFile(boolean exclusivelyLockFile)
RandomAccessSourceFactory
RandomAccessSourceFactory. setForceRead(boolean forceRead)
Determines whether the full content of the source will be read into memoryRandomAccessSourceFactory
RandomAccessSourceFactory. setUsePlainRandomAccess(boolean usePlainRandomAccess)
Determines whetherRandomAccessFile
should be used as the primary data access mechanism
-