continue migrating code to tokenizer

This commit is contained in:
Eliot Jones
2018-01-20 18:42:29 +00:00
parent 3d2a66cbf9
commit 7d90f4858a
30 changed files with 542 additions and 368 deletions

View File

@@ -27,7 +27,7 @@
[NotNull]
private readonly ParsingCachingProviders cachingProviders;
private readonly IPdfObjectScanner pdfScanner;
private readonly IPdfTokenScanner pdfScanner;
[NotNull]
internal Catalog Catalog { get; }
@@ -56,7 +56,7 @@
ParsingCachingProviders cachingProviders,
IPageFactory pageFactory,
Catalog catalog,
DocumentInformation information, IPdfObjectScanner pdfScanner)
DocumentInformation information, IPdfTokenScanner pdfScanner)
{
this.log = log;
this.reader = reader ?? throw new ArgumentNullException(nameof(reader));