61 bool deleteSourceWhenDestroyed,
62 Format sourceFormat = zlibFormat,
63 int64 uncompressedStreamLength = -1);
80 int read (
void* destBuffer,
int maxBytesToRead)
override;
85 const int64 uncompressedStreamLength;
88 int activeBufferSize = 0;
89 int64 originalSourcePos, currentPos = 0;
92 class GZIPDecompressHelper;
93 std::unique_ptr<GZIPDecompressHelper> helper;