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 RandomAccessFileOrArray
Jbig2SegmentReader. ra
Methods in com.itextpdf.io.codec with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static int
TIFFDirectory. getNumDirectories(RandomAccessFileOrArray stream)
Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream
.private void
TIFFDirectory. initialize(RandomAccessFileOrArray stream)
private double
TIFFDirectory. readDouble(RandomAccessFileOrArray stream)
private float
TIFFDirectory. readFloat(RandomAccessFileOrArray stream)
private int
TIFFDirectory. readInt(RandomAccessFileOrArray stream)
private long
TIFFDirectory. readLong(RandomAccessFileOrArray stream)
private short
TIFFDirectory. readShort(RandomAccessFileOrArray stream)
private long
TIFFDirectory. readUnsignedInt(RandomAccessFileOrArray stream)
private static long
TIFFDirectory. readUnsignedInt(RandomAccessFileOrArray stream, boolean isBigEndian)
private int
TIFFDirectory. readUnsignedShort(RandomAccessFileOrArray stream)
private static int
TIFFDirectory. 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 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
Fields in com.itextpdf.io.font declared as RandomAccessFileOrArray Modifier and Type Field Description protected RandomAccessFileOrArray
CFFFont. buf
A random Access File or an arrayprivate RandomAccessFileOrArray
CFFFont.RangeItem. buf
private RandomAccessFileOrArray
Pfm2afm. input
protected RandomAccessFileOrArray
OpenTypeParser. raf
The file in use.protected RandomAccessFileOrArray
TrueTypeCollection. raf
protected RandomAccessFileOrArray
TrueTypeFontSubset. rf
The file in use.Methods in com.itextpdf.io.font that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArray
Type1Parser. getMetricsFile()
RandomAccessFileOrArray
Type1Parser. getPostscriptBinary()
Methods in com.itextpdf.io.font with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static void
Pfm2afm. convert(RandomAccessFileOrArray input, java.io.OutputStream output)
Converts a PFM file into an AFM file.private boolean
Type1Parser. 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 RandomAccessFileOrArray
OpenTypeFontTableReader. rf
private RandomAccessFileOrArray
OpenTypeGdefTableReader. rf
Methods in com.itextpdf.io.font.otf with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static OtfClass
OtfClass. create(RandomAccessFileOrArray rf, int classLocation)
static java.util.List<java.lang.Integer>
OtfReadCommon. readCoverageFormat(RandomAccessFileOrArray rf, int coverageLocation)
static void
OtfReadCommon. 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 void
OtfReadCommon. 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 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.private static void
TiffImageHelper. processTiffImage(RandomAccessFileOrArray s, TiffImageHelper.TiffParameters tiff)
private static void
TiffImageHelper. 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 RandomAccessFileOrArray
PdfTokenizer. file
Methods in com.itextpdf.io.source that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArray
RandomAccessFileOrArray. createView()
Creates an independent view of this object (with it's own file pointer and push back queue).RandomAccessFileOrArray
PdfTokenizer. 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 void
StreamUtil. 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 RandomAccessFileOrArray
PdfReader. getSafeFile()
Gets a new file instance of the original PDF document.
-