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) RandomAccessSourceFactoryCFFFont. rasFactoryprivate RandomAccessSourceFactoryType1Parser. sourceFactory -
Uses of RandomAccessSourceFactory in com.itextpdf.io.source
Methods in com.itextpdf.io.source that return RandomAccessSourceFactory Modifier and Type Method Description RandomAccessSourceFactoryRandomAccessSourceFactory. setExclusivelyLockFile(boolean exclusivelyLockFile)RandomAccessSourceFactoryRandomAccessSourceFactory. setForceRead(boolean forceRead)Determines whether the full content of the source will be read into memoryRandomAccessSourceFactoryRandomAccessSourceFactory. setUsePlainRandomAccess(boolean usePlainRandomAccess)Determines whetherRandomAccessFileshould be used as the primary data access mechanism
-