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

Interface ObjectStreamEntry

src/parser/object-stream-parser.ts:12–17  ·  view source on GitHub ↗

* Index entry for an object within an object stream.

Source from the content-addressed store, hash-verified

10 * Index entry for an object within an object stream.
11 */
12interface ObjectStreamEntry {
13 /** Object number */
14 objNum: number;
15 /** Byte offset relative to /First */
16 offset: number;
17}
18
19/**
20 * Options for ObjectStreamParser.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected