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 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 -
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 RandomAccessSourceFactoryMCParser. RASFACTORYFactory that will help us build a RandomAccessSource.
-