CosResolver typedef
CosResolver =
CosObject Function(CosReference ref)
Resolves an indirect reference to its object. The parser needs this when a stream's /Length is itself an indirect reference.
Implementation
typedef CosResolver = CosObject Function(CosReference ref);