ObjectResolver class
Helper to resolve indirect objects to their actual object.
Constructors
- ObjectResolver.new(IndirectObjectParser _indirectObjectParser, IndirectObjectTable _indirectObjectTable, {bool cacheResolvedObjects = true})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getObject(
int id) → Future< PDFObject?> - Gets the object with the given id.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve<
T extends PDFObject> (PDFObject? toResolve) → Future< T?> - Resolves the given object to its actual object, reading it from the document if necessary.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited