Uses of Class
com.itextpdf.text.io.RandomAccessSourceFactory
-
Packages that use RandomAccessSourceFactory Package Description com.itextpdf.text.io com.itextpdf.text.pdf.mc -
-
Uses of RandomAccessSourceFactory in com.itextpdf.text.io
Methods in com.itextpdf.text.io 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 -
Uses of RandomAccessSourceFactory in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as RandomAccessSourceFactory Modifier and Type Field Description protected static RandomAccessSourceFactory
MCParser. RASFACTORY
Factory that will help us build a RandomAccessSource.
-