Uses of Class
com.itextpdf.io.source.RandomAccessFileOrArray
-
-
Uses of RandomAccessFileOrArray in com.itextpdf.io.codec
Fields in com.itextpdf.io.codec declared as RandomAccessFileOrArray Modifier and Type Field Description private RandomAccessFileOrArrayJbig2SegmentReader. raMethods in com.itextpdf.io.codec with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static 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 RandomAccessFileOrArray Constructor Description Jbig2SegmentReader(RandomAccessFileOrArray ra)TIFFDirectory(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 RandomAccessFileOrArray Modifier and Type Method Description static 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 RandomAccessFileOrArray Modifier and Type Field Description protected RandomAccessFileOrArrayCFFFont. bufA random Access File or an arrayprivate 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 RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArrayType1Parser. getMetricsFile()RandomAccessFileOrArrayType1Parser. getPostscriptBinary()Methods in com.itextpdf.io.font with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static voidPfm2afm. convert(RandomAccessFileOrArray input, java.io.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 RandomAccessFileOrArray Constructor Description Pfm2afm(RandomAccessFileOrArray input, java.io.OutputStream output)Creates a new instance of Pfm2afmRangeItem(RandomAccessFileOrArray buf, int offset, int length)TrueTypeFontSubset(java.lang.String fileName, RandomAccessFileOrArray rf, java.util.Set<java.lang.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 RandomAccessFileOrArray Modifier and Type Field Description protected RandomAccessFileOrArrayOpenTypeFontTableReader. rfprivate RandomAccessFileOrArrayOpenTypeGdefTableReader. rfMethods in com.itextpdf.io.font.otf with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static OtfClassOtfClass. create(RandomAccessFileOrArray rf, int classLocation)static java.util.List<java.lang.Integer>OtfReadCommon. readCoverageFormat(RandomAccessFileOrArray rf, int coverageLocation)static voidOtfReadCommon. readCoverages(RandomAccessFileOrArray rf, int[] locations, java.util.List<java.util.Set<java.lang.Integer>> coverage)static PosLookupRecord[]OtfReadCommon. readPosLookupRecords(RandomAccessFileOrArray rf, int recordCount)private static voidOtfReadCommon. readRangeRecord(RandomAccessFileOrArray rf, java.util.List<java.lang.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 RandomAccessFileOrArray Constructor Description GlyphPositioningTableReader(RandomAccessFileOrArray rf, int gposTableLocation, OpenTypeGdefTableReader gdef, java.util.Map<java.lang.Integer,Glyph> indexGlyphMap, int unitsPerEm)GlyphSubstitutionTableReader(RandomAccessFileOrArray rf, int gsubTableLocation, OpenTypeGdefTableReader gdef, java.util.Map<java.lang.Integer,Glyph> indexGlyphMap, int unitsPerEm)OpenTypeFontTableReader(RandomAccessFileOrArray rf, int tableLocation, OpenTypeGdefTableReader gdef, java.util.Map<java.lang.Integer,Glyph> indexGlyphMap, int unitsPerEm)OpenTypeGdefTableReader(RandomAccessFileOrArray rf, int tableLocation)OtfClass(RandomAccessFileOrArray rf, int classLocation) -
Uses of RandomAccessFileOrArray in com.itextpdf.io.image
Methods in com.itextpdf.io.image with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static 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 RandomAccessFileOrArray Modifier and Type Field Description private RandomAccessFileOrArrayPdfTokenizer. fileMethods in com.itextpdf.io.source that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArrayRandomAccessFileOrArray. createView()Creates an independent view of this object (with it's own file pointer and push back queue).RandomAccessFileOrArrayPdfTokenizer. getSafeFile()Constructors in com.itextpdf.io.source with parameters of type RandomAccessFileOrArray Constructor Description PdfTokenizer(RandomAccessFileOrArray file)Creates a PdfTokenizer for the specifiedRandomAccessFileOrArray. -
Uses of RandomAccessFileOrArray in com.itextpdf.io.util
Methods in com.itextpdf.io.util with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static voidStreamUtil. transferBytes(RandomAccessFileOrArray input, java.io.OutputStream output) -
Uses of RandomAccessFileOrArray in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArrayPdfReader. getSafeFile()Gets a new file instance of the original PDF document.
-