KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-pdf
/
io.github.yuroyami.kitepdf.parser
/
XrefAndTrailer
Xref
And
Trailer
data
class
XrefAndTrailer
(
val
entries
:
Map
<
Long
,
XrefEntry
>
,
val
trailer
:
PdfDictionary
)
What
XrefParser.parse
returns: the merged entry table and the trailer dict.
Members
Constructors
Xref
And
Trailer
Link copied to clipboard
constructor
(
entries
:
Map
<
Long
,
XrefEntry
>
,
trailer
:
PdfDictionary
)
Properties
entries
Link copied to clipboard
val
entries
:
Map
<
Long
,
XrefEntry
>
trailer
Link copied to clipboard
val
trailer
:
PdfDictionary