aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-08 12:38:23 +0200
committerm-holger <m-holger@kubitscheck.org>2023-07-08 17:31:44 +0200
commitc422b918b1402ac9e2052ff426c7e64d4342bc99 (patch)
treee7a2376a624461a94f170b28f465f5b820ce32fd /include
parent2643ed4dd9bd1a8e9bb3dcd95794273e9cf5de0c (diff)
downloadqpdf-c422b918b1402ac9e2052ff426c7e64d4342bc99.tar.zst
Add new private method QPDF::readStream
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index c836b5fd..ead09a0a 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1008,6 +1008,7 @@ class QPDF
void setLastObjectDescription(std::string const& description, QPDFObjGen const& og);
QPDFObjectHandle readTrailer();
QPDFObjectHandle readObject(std::string const& description, QPDFObjGen og);
+ void readStream(QPDFObjectHandle& object, QPDFObjGen og, qpdf_offset_t offset);
QPDFObjectHandle readObjectInStream(std::shared_ptr<InputSource>, QPDFObjGen og);
size_t recoverStreamLength(
std::shared_ptr<InputSource> input, QPDFObjGen const& og, qpdf_offset_t stream_offset);