Uses of Class
com.lowagie.text.pdf.RandomAccessFileOrArray
-
Packages that use RandomAccessFileOrArray Package Description com.lowagie.text.pdf -
-
Uses of RandomAccessFileOrArray in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as RandomAccessFileOrArray Modifier and Type Field Description protected RandomAccessFileOrArray
CFFFont. buf
A random Access File or an arrayprivate RandomAccessFileOrArray
CFFFont.RangeItem. buf
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp. file
(package private) RandomAccessFileOrArray
PdfReaderInstance. file
(package private) RandomAccessFileOrArray
PdfStamperImp. file
protected RandomAccessFileOrArray
PRTokeniser. file
private RandomAccessFileOrArray
Pfm2afm. in
private RandomAccessFileOrArray
AcroFields.RevisionStream. raf
protected RandomAccessFileOrArray
TrueTypeFont. rf
The file in use.protected RandomAccessFileOrArray
TrueTypeFontSubSet. rf
The file in use.Fields in com.lowagie.text.pdf with type parameters of type RandomAccessFileOrArray Modifier and Type Field Description (package private) java.util.HashMap<PdfReader,RandomAccessFileOrArray>
PdfStamperImp. readers2file
Methods in com.lowagie.text.pdf that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArray
PRTokeniser. getFile()
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp. getReaderFile(PdfReader reader)
(package private) RandomAccessFileOrArray
PdfReaderInstance. getReaderFile()
(package private) RandomAccessFileOrArray
PdfStamperImp. getReaderFile(PdfReader reader)
(package private) RandomAccessFileOrArray
PdfWriter. getReaderFile(PdfReader reader)
RandomAccessFileOrArray
PdfReader. getSafeFile()
Gets a new file instance of the original PDF document.RandomAccessFileOrArray
PRTokeniser. getSafeFile()
Methods in com.lowagie.text.pdf with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static void
Pfm2afm. convert(RandomAccessFileOrArray in, java.io.OutputStream out)
Converts a PFM file into an AFM file.java.lang.String
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.lowagie.text.pdf with parameters of type RandomAccessFileOrArray Constructor Description CFFFont(RandomAccessFileOrArray inputbuffer)
CFFFontSubset(RandomAccessFileOrArray rf, java.util.HashMap<java.lang.Integer,int[]> GlyphsUsed)
C'tor for CFFFontSubsetPdfReader(RandomAccessFileOrArray raf, byte[] ownerPassword)
Reads and parses a pdf document.Pfm2afm(RandomAccessFileOrArray in, java.io.OutputStream out)
Creates a new instance of Pfm2afmPRTokeniser(RandomAccessFileOrArray file)
RandomAccessFileOrArray(RandomAccessFileOrArray file)
RangeItem(RandomAccessFileOrArray buf, int offset, int length)
RevisionStream(RandomAccessFileOrArray raf, int length)
TrueTypeFontSubSet(java.lang.String fileName, RandomAccessFileOrArray rf, java.util.HashMap<java.lang.Integer,int[]> glyphsUsed, int directoryOffset, boolean includeCmap, boolean includeExtras)
Creates a new TrueTypeFontSubSet
-