Skip to main content

Module store

Module store 

Source
Expand description

ObjectStore — the central data structure for PDF object access.

Owns the source data and provides thread-safe lazy parsing of individual objects via OnceLock. The HashMap key set is immutable after construction.

Structs§

ObjectStore
The central PDF object store with thread-safe lazy parsing.