|
LRAUV
revA
|
Contains the LzmaEncoder class implementation. More...

Functions | |
| void * | sz_alloc (void *p, size_t size) |
| void | sz_free (void *p, void *address) |
| int | en_code (ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize) |
Variables | |
| ISzAlloc | alloc_g = { sz_alloc, sz_free } |
Contains the LzmaEncoder class implementation.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| int en_code | ( | ISeqOutStream * | outStream, |
| ISeqInStream * | inStream, | ||
| UInt64 | fileSize | ||
| ) |
References alloc_g.
Referenced by LzmaEncoder::encode().
| void* sz_alloc | ( | void * | p, |
| size_t | size | ||
| ) |
| void sz_free | ( | void * | p, |
| void * | address | ||
| ) |