support opening from stream and improve performance of brute force searching since the seek operation is now slower.

This commit is contained in:
Eliot Jones
2018-01-21 19:34:21 +00:00
parent 07161cef28
commit c64e54d6c0
18 changed files with 275 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
namespace UglyToad.PdfPig.Tests.Parser.Parts
{
using System;
using IO;
using PdfPig.IO;
using PdfPig.Parser.Parts;
using PdfPig.Util;
using Xunit;