Modifier and Type | Method and Description |
---|---|
static int |
TIFFDirectory.getNumDirectories(RandomAccessFileOrArray stream)
Returns the number of image directories (subimages) stored in a given TIFF file, represented by a SeekableStream .
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static IccProfile |
IccProfile.getInstance(RandomAccessFileOrArray file)
Construct an icc profile from the passed random-access file or array.
|
Modifier and Type | Field and Description |
---|---|
protected RandomAccessFileOrArray |
CFFFont.buf
A random Access File or an array
|
protected RandomAccessFileOrArray |
TrueTypeCollection.raf |
Modifier and Type | Method and Description |
---|---|
static void |
Pfm2afm.convert(RandomAccessFileOrArray input, OutputStream output)
Converts a PFM file into an AFM file.
|
Constructor and Description |
---|
RangeItem(RandomAccessFileOrArray buf, int offset, int length) |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessFileOrArray |
OpenTypeFontTableReader.rf |
Modifier and Type | Method and Description |
---|---|
static OtfClass |
OtfClass.create(RandomAccessFileOrArray rf, int classLocation) |
static List<Integer> |
OtfReadCommon.readCoverageFormat(RandomAccessFileOrArray rf, int coverageLocation) |
static void |
OtfReadCommon.readCoverages(RandomAccessFileOrArray rf, int[] locations, List<Set<Integer>> coverage) |
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) |
Constructor and Description |
---|
GlyphPositioningTableReader(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) |
OpenTypeFontTableReader(RandomAccessFileOrArray rf, int tableLocation, OpenTypeGdefTableReader gdef, Map<Integer,Glyph> indexGlyphMap, int unitsPerEm) |
OpenTypeGdefTableReader(RandomAccessFileOrArray rf, int tableLocation) |
OtfClass(RandomAccessFileOrArray rf, int classLocation)
Deprecated.
use
OtfClass.create(RandomAccessFileOrArray, int) instead.
|
Modifier and Type | Method and Description |
---|---|
static int |
TiffImageData.getNumberOfPages(RandomAccessFileOrArray raf)
Gets the number of pages the TIFF document has.
|
static int |
Jbig2ImageData.getNumberOfPages(RandomAccessFileOrArray raf)
Gets the number of pages in a JBIG2 image.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessFileOrArray |
RandomAccessFileOrArray.createView()
Creates an independent view of this object (with it's own file pointer and push back queue).
|
RandomAccessFileOrArray |
PdfTokenizer.getSafeFile() |
Constructor and Description |
---|
PdfTokenizer(RandomAccessFileOrArray file)
Creates a PdfTokenizer for the specified RandomAccessFileOrArray .
|
Modifier and Type | Method and Description |
---|---|
static void |
StreamUtil.transferBytes(RandomAccessFileOrArray input, OutputStream output) |
Modifier and Type | Method and Description |
---|---|
RandomAccessFileOrArray |
PdfReader.getSafeFile()
Gets a new file instance of the original PDF document.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.