Retrieving number of bytes processed by stream_reader #160
Unanswered
burakyuksel0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using ZstdDecompressor.stream_reader() for decompressing a streaming response. I know the size of compressed response from the beginning. At the end of decompression I would like to verify that the number of bytes processed by stream_reader is equal to size of streaming response.
There is tell() method but it returns the decompressed size. Is there such method to get what I'm looking for?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions