| Tanl Linguistic Pipeline |
portion of gzip-compressed file mapped into memory. More...
#include <MappedGzFile.h>
Public Member Functions | |
| MappedGzFileView (FileHandle *fh, off64_t offset, Size len) | |
| Map into memory the portion of the gz file at offset offset and size @ len. | |
| Size | inflate (byte *dest, Size len) |
| Uncompress the contents. | |
portion of gzip-compressed file mapped into memory.
| Size IXE::io::MappedGzFileView::inflate | ( | byte * | dest, | |
| Size | len | |||
| ) |
Uncompress the contents.
| size | the size of the uncompressed data. | |
| dest | where to store the uncompressed data. |