Re: seek to the end of file



On Jul 30, 4:41 am, Joe <divya_...@xxxxxxxxx> wrote:
I'm reading a zip file. So can I use the usual file functions like
fseek() to seek to the end of file?

zlib does not directly support the zip format.

Mark

.



Relevant Pages

  • Re: seek to the end of file
    ... zlib does not directly support the zip format. ... I meant a gzip file not the WIN zip. ... Can I use the fseek() on ...
    (comp.compression)
  • Re: Text mode fseek/ftell
    ... complex multibyte stream encodings so the simple matter of a line ending ... int main ... Note how the fseek() returns to the saved position (ie: ... reading at the start of line three) when the file is in Windows format. ...
    (comp.lang.c)
  • Re: file as a directory
    ... the kernel. ... compared to .gz format, .tar is much simpler, I guess. ... > needs all that - userland doesn't. ... if we could rely on zlib. ...
    (Linux-Kernel)
  • Re: Get your hands dirty: Help bootstrap Ruby on Windows.
    ... unseekable files like stdin but works on gzipped files by using zlib). ... MinGW packages are distributed in tar.gz format (which I guess map ... which will still need the external tool to uncompress. ... can take a bit slow using a pure-ruby implementation. ...
    (comp.lang.ruby)
  • Re: Using zlib to unzip .ZIP files
    ... file format (or you can use the contributed code in the zlib ... distribution in the contrib/minizip directory). ...
    (comp.compression)