LRAUV  revA
LzmaEncoder.cpp File Reference

Contains the LzmaEncoder class implementation. More...

#include "LzmaEncoder.h"
#include "utils/Lzma.h"
#include "utils/Str.h"
Include dependency graph for LzmaEncoder.cpp:

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 }
 

Detailed Description

Contains the LzmaEncoder class implementation.

Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved

Function Documentation

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 
)

Variable Documentation

ISzAlloc alloc_g = { sz_alloc, sz_free }

Referenced by en_code().