summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-10 01:33:40 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-10 01:33:40 +0200
commitbd7261da9b3735688e8dcaeefe21294a1d13afd6 (patch)
treed953ffe0cacf5914996fae62282c1486d45c73d7 /include
parent54303cea9c7ea78ba58eac648d20d3cbad729d4a (diff)
downloadqpdf-bd7261da9b3735688e8dcaeefe21294a1d13afd6.tar.zst
getRawStreamData()
git-svn-id: svn+q:///qpdf/trunk@1010 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh3
1 files changed, 3 insertions, 0 deletions
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<Buffer> getStreamData();
+ // Returns unfiltered (raw) stream data.
+ QPDF_DLL
+ PointerHolder<Buffer> 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