![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
Data Structures | |
| struct | CXzFilterProps |
| struct | CXzProps |
Macros | |
| #define | XZ_PROPS_BLOCK_SIZE_AUTO LZMA2_ENC_PROPS_BLOCK_SIZE_AUTO |
| #define | XZ_PROPS_BLOCK_SIZE_SOLID LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID |
Typedefs | |
| typedef struct CXzEnc | CXzEnc |
| typedef CXzEnc * | CXzEncHandle |
Functions | |
| void | XzFilterProps_Init (CXzFilterProps *p) |
| void | XzProps_Init (CXzProps *p) |
| CXzEncHandle | XzEnc_Create (ISzAllocPtr alloc, ISzAllocPtr allocBig) |
| void | XzEnc_Destroy (CXzEncHandle p) |
| SRes | XzEnc_SetProps (CXzEncHandle p, const CXzProps *props) |
| void | XzEnc_SetDataSize (CXzEncHandle p, UInt64 expectedDataSiize) |
| SRes | XzEnc_Encode (CXzEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ICompressProgressPtr progress) |
| SRes | Xz_Encode (ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, const CXzProps *props, ICompressProgressPtr progress) |
| SRes | Xz_EncodeEmpty (ISeqOutStreamPtr outStream) |
| #define XZ_PROPS_BLOCK_SIZE_AUTO LZMA2_ENC_PROPS_BLOCK_SIZE_AUTO |
| #define XZ_PROPS_BLOCK_SIZE_SOLID LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID |
| typedef struct CXzEnc CXzEnc |
| typedef CXzEnc* CXzEncHandle |
| SRes Xz_Encode | ( | ISeqOutStreamPtr | outStream, |
| ISeqInStreamPtr | inStream, | ||
| const CXzProps * | props, | ||
| ICompressProgressPtr | progress ) |
| SRes Xz_EncodeEmpty | ( | ISeqOutStreamPtr | outStream | ) |
| CXzEncHandle XzEnc_Create | ( | ISzAllocPtr | alloc, |
| ISzAllocPtr | allocBig ) |
| void XzEnc_Destroy | ( | CXzEncHandle | p | ) |
| SRes XzEnc_Encode | ( | CXzEncHandle | p, |
| ISeqOutStreamPtr | outStream, | ||
| ISeqInStreamPtr | inStream, | ||
| ICompressProgressPtr | progress ) |
| void XzEnc_SetDataSize | ( | CXzEncHandle | p, |
| UInt64 | expectedDataSiize ) |
| SRes XzEnc_SetProps | ( | CXzEncHandle | p, |
| const CXzProps * | props ) |
| void XzFilterProps_Init | ( | CXzFilterProps * | p | ) |
| void XzProps_Init | ( | CXzProps * | p | ) |