Uses of Class
com.itextpdf.io.source.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
Package
Description
-
Uses of RandomAccessFileOrArray in com.itextpdf.io.codec
Fields in com.itextpdf.io.codec declared as RandomAccessFileOrArrayMethods in com.itextpdf.io.codec with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic intTIFFDirectory.getNumDirectories(RandomAccessFileOrArray stream) Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream.private voidTIFFDirectory.initialize(RandomAccessFileOrArray stream) private doubleTIFFDirectory.readDouble(RandomAccessFileOrArray stream) private floatTIFFDirectory.readFloat(RandomAccessFileOrArray stream) private intTIFFDirectory.readInt(RandomAccessFileOrArray stream) private longTIFFDirectory.readLong(RandomAccessFileOrArray stream) private shortTIFFDirectory.readShort(RandomAccessFileOrArray stream) private longTIFFDirectory.readUnsignedInt(RandomAccessFileOrArray stream) private static longTIFFDirectory.readUnsignedInt(RandomAccessFileOrArray stream, boolean isBigEndian) private intTIFFDirectory.readUnsignedShort(RandomAccessFileOrArray stream) private static intTIFFDirectory.readUnsignedShort(RandomAccessFileOrArray stream, boolean isBigEndian) Constructors in com.itextpdf.io.codec with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionTIFFDirectory(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
Methods in com.itextpdf.io.colors with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic IccProfileIccProfile.getInstance(RandomAccessFileOrArray file) Construct an icc profile from the passed random-access file or array. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.font
Fields in com.itextpdf.io.font declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected RandomAccessFileOrArrayCFFFont.bufA random Access File or an arrayprivate final RandomAccessFileOrArrayCFFFont.RangeItem.bufprivate RandomAccessFileOrArrayPfm2afm.inputprotected RandomAccessFileOrArrayOpenTypeParser.rafThe file in use.protected RandomAccessFileOrArrayTrueTypeCollection.rafprotected RandomAccessFileOrArrayTrueTypeFontSubset.rfThe file in use.Methods in com.itextpdf.io.font that return RandomAccessFileOrArrayMethods in com.itextpdf.io.font with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic voidPfm2afm.convert(RandomAccessFileOrArray input, OutputStream output) Converts a PFM file into an AFM file.private booleanType1Parser.isAfmFile(RandomAccessFileOrArray raf) Constructors in com.itextpdf.io.font with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionprivatePfm2afm(RandomAccessFileOrArray input, OutputStream output) Creates a new instance of Pfm2afmRangeItem(RandomAccessFileOrArray buf, int offset, int length) (package private)TrueTypeFontSubset(String fileName, RandomAccessFileOrArray rf, Set<Integer> glyphsUsed, int directoryOffset, boolean subset) Creates a new TrueTypeFontSubSet -
Uses of RandomAccessFileOrArray in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected final RandomAccessFileOrArrayOpenTypeFontTableReader.rfprivate final RandomAccessFileOrArrayOpenTypeGdefTableReader.rfMethods in com.itextpdf.io.font.otf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic OtfClassOtfClass.create(RandomAccessFileOrArray rf, int classLocation) OtfReadCommon.readCoverageFormat(RandomAccessFileOrArray rf, int coverageLocation) static voidOtfReadCommon.readCoverages(RandomAccessFileOrArray rf, int[] locations, List<Set<Integer>> coverage) static PosLookupRecord[]OtfReadCommon.readPosLookupRecords(RandomAccessFileOrArray rf, int recordCount) private static voidOtfReadCommon.readRangeRecord(RandomAccessFileOrArray rf, List<Integer> glyphIds) 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) Constructors in com.itextpdf.io.font.otf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionGlyphPositioningTableReader(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) protectedOpenTypeFontTableReader(RandomAccessFileOrArray rf, int tableLocation, OpenTypeGdefTableReader gdef, Map<Integer, Glyph> indexGlyphMap, int unitsPerEm) OpenTypeGdefTableReader(RandomAccessFileOrArray rf, int tableLocation) privateOtfClass(RandomAccessFileOrArray rf, int classLocation) -
Uses of RandomAccessFileOrArray in com.itextpdf.io.image
Methods in com.itextpdf.io.image with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic byte[]Jbig2ImageHelper.getGlobalSegment(RandomAccessFileOrArray ra) Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.static intJbig2ImageData.getNumberOfPages(RandomAccessFileOrArray raf) Gets the number of pages in a JBIG2 image.static intTiffImageData.getNumberOfPages(RandomAccessFileOrArray raf) Gets the number of pages the TIFF document has.private static voidTiffImageHelper.processTiffImage(RandomAccessFileOrArray s, TiffImageHelper.TiffParameters tiff) private static voidTiffImageHelper.processTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s, TiffImageHelper.TiffParameters tiff) -
Uses of RandomAccessFileOrArray in com.itextpdf.io.source
Fields in com.itextpdf.io.source declared as RandomAccessFileOrArrayMethods in com.itextpdf.io.source that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionRandomAccessFileOrArray.createView()Creates an independent view of this object (with it's own file pointer and push back queue).PdfTokenizer.getSafeFile()Constructors in com.itextpdf.io.source with parameters of type RandomAccessFileOrArray -
Uses of RandomAccessFileOrArray in com.itextpdf.io.util
Methods in com.itextpdf.io.util with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic voidStreamUtil.transferBytes(RandomAccessFileOrArray input, OutputStream output) -
Uses of RandomAccessFileOrArray in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPdfReader.getSafeFile()Gets a new file instance of the original PDF document.