mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
JBIG2 - Generic refinement region
This commit is contained in:
@ -153,6 +153,11 @@ public:
|
||||
/// Return underlying byte stream
|
||||
const QByteArray* getStream() const { return m_stream; }
|
||||
|
||||
/// Reads substream from current stream. This function works only on byte boundary,
|
||||
/// otherwise exception is thrown.
|
||||
/// \param length Length of the substream. Can be -1, in this case, all remaining data is read.
|
||||
QByteArray readSubstream(int length);
|
||||
|
||||
private:
|
||||
const QByteArray* m_stream;
|
||||
int m_position;
|
||||
|
Reference in New Issue
Block a user