header of a file compressed by gzip

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nextstep
    New Member
    • Aug 2012
    • 14

    header of a file compressed by gzip

    Hi everyone,

    Can I extend the header of a file compressed by gzip? I mean I can insert more information to the start of header file, can't I?

    Thanks
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    What do you mean by "header of a file"?

    Comment

    • nextstep
      New Member
      • Aug 2012
      • 14

      #3
      Hi,

      I mean I want to modify header of gzip file. I figured out in gzip RFC that having some field I can insert my data in it as extra fields so I don't know how to do it and I am not sure is it possible?

      Could you give me some suggestions please

      Any help is appreciated!

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        gzip is a software product and not really anything to do with C++.

        You might contact the gzip support group with your question.

        Comment

        Working...