Relative Content

Tag Archive for tclgziptell

Using tell with a gzip file in TCL

When I use zlib push gunzip, to read a large gzip file line by line, the tell function always returns -1 instead of the current access position. Is there a way to get the access position while reading a gzip file line by line?

Using tell in a gzip file in TCL

When I use zlib push gunzip, to read a large gzip file line by line, the tell function always returns -1 instead of the current access position. Is there a way to get the access position while reading a gzip file line by line?