mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Move the DecodeStream
and StreamsSequenceStream
from src/core/stream.js
and into its own file
This commit is contained in:
parent
213e1c389c
commit
30a22a168d
16 changed files with 240 additions and 224 deletions
|
@ -53,7 +53,7 @@ import {
|
|||
XRefEntryException,
|
||||
XRefParseException,
|
||||
} from "./core_utils.js";
|
||||
import { NullStream, Stream, StreamsSequenceStream } from "./stream.js";
|
||||
import { NullStream, Stream } from "./stream.js";
|
||||
import { AnnotationFactory } from "./annotation.js";
|
||||
import { calculateMD5 } from "./crypto.js";
|
||||
import { Catalog } from "./catalog.js";
|
||||
|
@ -61,6 +61,7 @@ import { Linearization } from "./parser.js";
|
|||
import { ObjectLoader } from "./object_loader.js";
|
||||
import { OperatorList } from "./operator_list.js";
|
||||
import { PartialEvaluator } from "./evaluator.js";
|
||||
import { StreamsSequenceStream } from "./decode_stream.js";
|
||||
import { StructTreePage } from "./struct_tree.js";
|
||||
import { XFAFactory } from "./xfa/factory.js";
|
||||
import { XRef } from "./xref.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue