mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Move CCITTFaxStream
and Jbig2Stream
, from src/core/stream.js
, to separate files
This commit is contained in:
parent
d71a576b30
commit
bb35095083
4 changed files with 1101 additions and 1067 deletions
|
@ -14,8 +14,8 @@
|
|||
*/
|
||||
|
||||
import {
|
||||
Ascii85Stream, AsciiHexStream, CCITTFaxStream, FlateStream, Jbig2Stream,
|
||||
JpegStream, JpxStream, LZWStream, NullStream, PredictorStream, RunLengthStream
|
||||
Ascii85Stream, AsciiHexStream, FlateStream, JpegStream, JpxStream, LZWStream,
|
||||
NullStream, PredictorStream, RunLengthStream
|
||||
} from './stream';
|
||||
import {
|
||||
assert, FormatError, info, isNum, isString, MissingDataException, StreamType,
|
||||
|
@ -24,6 +24,8 @@ import {
|
|||
import {
|
||||
Cmd, Dict, EOF, isCmd, isDict, isEOF, isName, Name, Ref
|
||||
} from './primitives';
|
||||
import { CCITTFaxStream } from './ccitt_stream';
|
||||
import { Jbig2Stream } from './jbig2_stream';
|
||||
|
||||
var MAX_LENGTH_TO_CACHE = 1000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue