From bd7261da9b3735688e8dcaeefe21294a1d13afd6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 9 Aug 2010 23:33:40 +0000 Subject: getRawStreamData() git-svn-id: svn+q:///qpdf/trunk@1010 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDFObjectHandle.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index b7df3750..a3d7fcce 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -216,6 +216,9 @@ class QPDFObjectHandle // exception if the stream is filtered and we can't decode it. QPDF_DLL PointerHolder getStreamData(); + // Returns unfiltered (raw) stream data. + QPDF_DLL + PointerHolder getRawStreamData(); // Write stream data through the given pipeline. A null pipeline // value may be used if all you want to do is determine whether a -- cgit v1.2.3-54-g00ecf