MCPcopy Create free account
hub / github.com/LibPDF-js/core / parseObjectAt

Method parseObjectAt

src/parser/indirect-object-parser.ts:137–141  ·  view source on GitHub ↗

* Parse indirect object at given byte offset.

(offset: number)

Source from the content-addressed store, hash-verified

135 * Parse indirect object at given byte offset.
136 */
137 parseObjectAt(offset: number): IndirectObject {
138 this.scanner.moveTo(offset);
139
140 return this.parseObject();
141 }
142
143 /**
144 * Read stream data after the dict has been parsed.

Callers 4

parseFullObjectAtMethod · 0.95
buildDocumentMethod · 0.95
lengthResolverMethod · 0.95
getObjectMethod · 0.95

Calls 2

parseObjectMethod · 0.95
moveToMethod · 0.65

Tested by

no test coverage detected