Uses of Class
com.itextpdf.text.pdf.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
Package
Description
-
Uses of RandomAccessFileOrArray in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected RandomAccessFileOrArray
CFFFont.buf
A random Access File or an arrayprivate RandomAccessFileOrArray
CFFFont.RangeItem.buf
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp.file
Deprecated.(package private) RandomAccessFileOrArray
PdfReaderInstance.file
protected RandomAccessFileOrArray
PdfStamperImp.file
private final RandomAccessFileOrArray
PRTokeniser.file
private RandomAccessFileOrArray
Pfm2afm.in
protected RandomAccessFileOrArray
TrueTypeFont.rf
The file in use.protected RandomAccessFileOrArray
TrueTypeFontSubSet.rf
The file in use.Fields in com.itextpdf.text.pdf with type parameters of type RandomAccessFileOrArrayModifier and TypeFieldDescription(package private) HashMap<PdfReader,
RandomAccessFileOrArray> PdfStamperImp.readers2file
Methods in com.itextpdf.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionRandomAccessFileOrArray.createView()
Creates an independent view of this object (with it's own file pointer and pushback queue).PRTokeniser.getFile()
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp.getReaderFile
(PdfReader reader) Deprecated.(package private) RandomAccessFileOrArray
PdfReaderInstance.getReaderFile()
(package private) RandomAccessFileOrArray
PdfStamperImp.getReaderFile
(PdfReader reader) (package private) RandomAccessFileOrArray
PdfWriter.getReaderFile
(PdfReader reader) PdfReader.getSafeFile()
Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()
Methods in com.itextpdf.text.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic void
Pfm2afm.convert
(RandomAccessFileOrArray in, OutputStream out) Converts a PFM file into an AFM file.PdfReader.getJavaScript
(RandomAccessFileOrArray file) Gets the global document JavaScript.byte[]
PdfReader.getPageContent
(int pageNum, RandomAccessFileOrArray file) Gets the contents of the page.static byte[]
PdfReader.getStreamBytes
(PRStream stream, RandomAccessFileOrArray file) Get the content from a stream applying the required filters.static byte[]
PdfReader.getStreamBytesRaw
(PRStream stream, RandomAccessFileOrArray file) Get the content from a stream as it is without applying any filter.void
Type1Font.process
(RandomAccessFileOrArray rf) Reads the font metricsConstructors in com.itextpdf.text.pdf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionCFFFont
(RandomAccessFileOrArray inputbuffer) CFFFontSubset
(RandomAccessFileOrArray rf, HashMap<Integer, int[]> GlyphsUsed) C'tor for CFFFontSubsetPdfReader
(RandomAccessFileOrArray raf, byte[] ownerPassword) Reads and parses a pdf document.PdfReader
(RandomAccessFileOrArray raf, byte[] ownerPassword, boolean partial) Reads and parses a pdf document.PdfReader
(ReaderProperties properties, RandomAccessFileOrArray raf) Reads and parses a PDF document.private
Pfm2afm
(RandomAccessFileOrArray in, OutputStream out) Creates a new instance of Pfm2afmCreates a PRTokeniser for the specifiedRandomAccessFileOrArray
.Deprecated.RangeItem
(RandomAccessFileOrArray buf, int offset, int length) (package private)
TrueTypeFontSubSet
(String fileName, RandomAccessFileOrArray rf, HashSet<Integer> glyphsUsed, int directoryOffset, boolean includeCmap, boolean includeExtras) Creates a new TrueTypeFontSubSet -
Uses of RandomAccessFileOrArray in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as RandomAccessFileOrArrayMethods in com.itextpdf.text.pdf.codec with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic byte[]
JBIG2Image.getGlobalSegment
(RandomAccessFileOrArray ra) Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.static Image
JBIG2Image.getJbig2Image
(RandomAccessFileOrArray ra, int page) returns an Image representing the given page.static int
JBIG2Image.getNumberOfPages
(RandomAccessFileOrArray ra) Gets the number of pages in a JBIG2 image.static int
TiffImage.getNumberOfPages
(RandomAccessFileOrArray s) Gets the number of pages the TIFF document has.static int
TIFFDirectory.getNumDirectories
(RandomAccessFileOrArray stream) Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream
.static Image
TiffImage.getTiffImage
(RandomAccessFileOrArray s, boolean recoverFromImageError, int page) static Image
TiffImage.getTiffImage
(RandomAccessFileOrArray s, boolean recoverFromImageError, int page, boolean direct) static Image
TiffImage.getTiffImage
(RandomAccessFileOrArray s, int page) Reads a page from a TIFF image.static Image
TiffImage.getTiffImage
(RandomAccessFileOrArray s, int page, boolean direct) Reads a page from a TIFF image.protected static Image
TiffImage.getTiffImageColor
(TIFFDirectory dir, RandomAccessFileOrArray s) 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.text.pdf.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.text.pdf.fonts.otf
Fields in com.itextpdf.text.pdf.fonts.otf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected final RandomAccessFileOrArray
OpenTypeFontTableReader.rf
Constructors in com.itextpdf.text.pdf.fonts.otf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionGlyphPositioningTableReader
(RandomAccessFileOrArray rf, int gposTableLocation) GlyphSubstitutionTableReader
(RandomAccessFileOrArray rf, int gsubTableLocation, Map<Integer, Character> glyphToCharacterMap, int[] glyphWidthsByIndex) OpenTypeFontTableReader
(RandomAccessFileOrArray rf, int tableLocation)
createView()
instead