18 #ifndef __GZIPHEADER_H__ 19 #define __GZIPHEADER_H__ 23 #include "UncompressedFileType.h" 33 bool readHeader(FILE* filePtr);
47 static const unsigned int GZIP_HEADER_SIZE = 18;
66 char headerBuffer[GzipHeader::GZIP_HEADER_SIZE];
68 char buffer[GZIP_HEADER_SIZE];