Uses of Class
com.itextpdf.io.source.RandomAccessFileOrArray
Package
Description
-
Uses of RandomAccessFileOrArray in com.itextpdf.io.codec
Modifier and TypeMethodDescriptionstatic int
TIFFDirectory.getNumDirectories
(RandomAccessFileOrArray stream) Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream
.ModifierConstructorDescriptionTIFFDirectory
(RandomAccessFileOrArray stream, int directory) Constructs a TIFFDirectory from a SeekableStream.TIFFDirectory
(RandomAccessFileOrArray stream, long ifd_offset, int directory) Constructs a TIFFDirectory by reading a SeekableStream. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.colors
Modifier and TypeMethodDescriptionstatic IccProfile
IccProfile.getInstance
(RandomAccessFileOrArray file) Construct an icc profile from the passed random-access file or array. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.font
Modifier and TypeFieldDescriptionprotected RandomAccessFileOrArray
CFFFont.buf
A random Access File or an arrayprotected RandomAccessFileOrArray
TrueTypeCollection.raf
Modifier and TypeMethodDescriptionstatic void
Pfm2afm.convert
(RandomAccessFileOrArray input, OutputStream output) Converts a PFM file into an AFM file. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.font.otf
Modifier and TypeFieldDescriptionprotected final RandomAccessFileOrArray
OpenTypeFontTableReader.rf
Modifier and TypeMethodDescriptionstatic OtfClass
OtfClass.create
(RandomAccessFileOrArray rf, int classLocation) OtfReadCommon.readCoverageFormat
(RandomAccessFileOrArray rf, int coverageLocation) static void
OtfReadCommon.readCoverages
(RandomAccessFileOrArray rf, int[] locations, List<Set<Integer>> coverage) static PosLookupRecord[]
OtfReadCommon.readPosLookupRecords
(RandomAccessFileOrArray rf, int recordCount) static SubstLookupRecord[]
OtfReadCommon.readSubstLookupRecords
(RandomAccessFileOrArray rf, int substCount) static int[]
OtfReadCommon.readUShortArray
(RandomAccessFileOrArray rf, int size) static int[]
OtfReadCommon.readUShortArray
(RandomAccessFileOrArray rf, int size, int location) ModifierConstructorDescriptionGlyphPositioningTableReader
(RandomAccessFileOrArray rf, int gposTableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) GlyphSubstitutionTableReader
(RandomAccessFileOrArray rf, int gsubTableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) protected
OpenTypeFontTableReader
(RandomAccessFileOrArray rf, int tableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) OpenTypeGdefTableReader
(RandomAccessFileOrArray rf, int tableLocation) -
Uses of RandomAccessFileOrArray in com.itextpdf.io.image
Modifier and TypeMethodDescriptionstatic int
Jbig2ImageData.getNumberOfPages
(RandomAccessFileOrArray raf) Gets the number of pages in a JBIG2 image.static int
TiffImageData.getNumberOfPages
(RandomAccessFileOrArray raf) Gets the number of pages the TIFF document has. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.source
Modifier and TypeMethodDescriptionRandomAccessFileOrArray.createView()
Creates an independent view of this object (with it's own file pointer and push back queue).PdfTokenizer.getSafeFile()
-
Uses of RandomAccessFileOrArray in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfReader.getSafeFile()
Gets a new file instance of the original PDF document.