aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-07 21:14:59 +0200
committerm-holger <m-holger@kubitscheck.org>2023-07-07 21:14:59 +0200
commit2bf7359e3559f7a6453eb0c444b93e17a2a5a405 (patch)
treeb44c6cf130ce05d90be5a7f9948b2165ac82f236 /include
parent098b98c889400aa33c81d71123418eecc4be2162 (diff)
downloadqpdf-2bf7359e3559f7a6453eb0c444b93e17a2a5a405.tar.zst
Add new private method QPDF::readObjectInStream
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 e15b4443..beb98f0b 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1011,6 +1011,7 @@ class QPDF
std::string const& description,
QPDFObjGen const& og,
bool in_object_stream);
+ QPDFObjectHandle readObjectInStream(std::shared_ptr<InputSource>, QPDFObjGen og);
size_t recoverStreamLength(
std::shared_ptr<InputSource> input, QPDFObjGen const& og, qpdf_offset_t stream_offset);
QPDFTokenizer::Token readToken(std::shared_ptr<InputSource>, size_t max_len = 0);