KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
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