Uses of Class
com.itextpdf.text.pdf.PRTokeniser
-
Packages that use PRTokeniser Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.fonts.cmaps -
-
Uses of PRTokeniser in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PRTokeniser Modifier and Type Field Description private PRTokeniser
PdfContentParser. tokeniser
Holds value of property tokeniser.protected PRTokeniser
PdfReader. tokens
Methods in com.itextpdf.text.pdf that return PRTokeniser Modifier and Type Method Description private static PRTokeniser
PdfReader. getOffsetTokeniser(RandomAccessSource byteSource)
Utility method that checks the provided byte source to see if it has junk bytes at the beginning.PRTokeniser
PdfContentParser. getTokeniser()
Gets the tokeniser.Methods in com.itextpdf.text.pdf with parameters of type PRTokeniser Modifier and Type Method Description void
PdfContentParser. setTokeniser(PRTokeniser tokeniser)
Sets the tokeniser.Constructors in com.itextpdf.text.pdf with parameters of type PRTokeniser Constructor Description PdfContentParser(PRTokeniser tokeniser)
Creates a new instance of PdfContentParser -
Uses of PRTokeniser in com.itextpdf.text.pdf.fonts.cmaps
Methods in com.itextpdf.text.pdf.fonts.cmaps that return PRTokeniser Modifier and Type Method Description PRTokeniser
CidLocation. getLocation(java.lang.String location)
PRTokeniser
CidLocationFromByte. getLocation(java.lang.String location)
PRTokeniser
CidResource. getLocation(java.lang.String location)
-