Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
Lzma2DecMt.h File Reference
#include "7zTypes.h"

Go to the source code of this file.

Data Structures

struct  CLzma2DecMtProps
 

Typedefs

typedef struct CLzma2DecMt CLzma2DecMt
 
typedef CLzma2DecMtCLzma2DecMtHandle
 

Functions

void Lzma2DecMtProps_Init (CLzma2DecMtProps *p)
 
CLzma2DecMtHandle Lzma2DecMt_Create (ISzAllocPtr alloc, ISzAllocPtr allocMid)
 
void Lzma2DecMt_Destroy (CLzma2DecMtHandle p)
 
SRes Lzma2DecMt_Decode (CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress)
 
SRes Lzma2DecMt_Init (CLzma2DecMtHandle pp, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream)
 
SRes Lzma2DecMt_Read (CLzma2DecMtHandle pp, Byte *data, size_t *outSize, UInt64 *inStreamProcessed)
 

Typedef Documentation

◆ CLzma2DecMt

typedef struct CLzma2DecMt CLzma2DecMt

◆ CLzma2DecMtHandle

Function Documentation

◆ Lzma2DecMt_Create()

CLzma2DecMtHandle Lzma2DecMt_Create ( ISzAllocPtr alloc,
ISzAllocPtr allocMid )

◆ Lzma2DecMt_Decode()

SRes Lzma2DecMt_Decode ( CLzma2DecMtHandle p,
Byte prop,
const CLzma2DecMtProps * props,
ISeqOutStreamPtr outStream,
const UInt64 * outDataSize,
int finishMode,
ISeqInStreamPtr inStream,
UInt64 * inProcessed,
int * isMT,
ICompressProgressPtr progress )

◆ Lzma2DecMt_Destroy()

void Lzma2DecMt_Destroy ( CLzma2DecMtHandle p)

◆ Lzma2DecMt_Init()

SRes Lzma2DecMt_Init ( CLzma2DecMtHandle pp,
Byte prop,
const CLzma2DecMtProps * props,
const UInt64 * outDataSize,
int finishMode,
ISeqInStreamPtr inStream )

◆ Lzma2DecMt_Read()

SRes Lzma2DecMt_Read ( CLzma2DecMtHandle pp,
Byte * data,
size_t * outSize,
UInt64 * inStreamProcessed )

◆ Lzma2DecMtProps_Init()

void Lzma2DecMtProps_Init ( CLzma2DecMtProps * p)