I am aware that, in general compressed streams streams don't have position seek support... but nothing prevents adding extra methods.
Could it be possible to add a "Restart/Rewind/Rest" method that sets the position back to zero?
My intention is to read the compressed data of the file in a loop, so when I reach the end of the file, I jump back to the beginning.
I am aware that, in general compressed streams streams don't have position seek support... but nothing prevents adding extra methods.
Could it be possible to add a "Restart/Rewind/Rest" method that sets the position back to zero?
My intention is to read the compressed data of the file in a loop, so when I reach the end of the file, I jump back to the beginning.