lzma.lzmadec

Undocumented in source.

Members

Aliases

CLzmaProp
alias CLzmaProp = UInt16
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ELzmaFinishMode
enum ELzmaFinishMode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ELzmaStatus
enum ELzmaStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

LzmaDec_Allocate
SRes LzmaDec_Allocate(CLzmaDec* state, Byte* prop, uint propsSize, ISzAlloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_AllocateProbs
SRes LzmaDec_AllocateProbs(CLzmaDec* p, Byte* props, uint propsSize, ISzAlloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_Construct
void LzmaDec_Construct(CLzmaDec* p)
Undocumented in source. Be warned that the author may not have intended to support it.
LzmaDec_DecodeToBuf
SRes LzmaDec_DecodeToBuf(CLzmaDec* p, Byte* dest, SizeT* destLen, Byte* src, SizeT* srcLen, ELzmaFinishMode finishMode, ELzmaStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_DecodeToDic
SRes LzmaDec_DecodeToDic(CLzmaDec* p, SizeT dicLimit, Byte* src, SizeT* srcLen, ELzmaFinishMode finishMode, ELzmaStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_Free
void LzmaDec_Free(CLzmaDec* state, ISzAlloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_FreeProbs
void LzmaDec_FreeProbs(CLzmaDec* p, ISzAlloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDec_Init
void LzmaDec_Init(CLzmaDec* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaDecode
SRes LzmaDecode(Byte* dest, SizeT* destLen, Byte* src, SizeT* srcLen, Byte* propData, uint propSize, ELzmaFinishMode finishMode, ELzmaStatus* status, ISzAlloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LzmaProps_Decode
SRes LzmaProps_Decode(CLzmaProps* p, Byte* data, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LZMA_PROPS_SIZE
enum LZMA_PROPS_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_REQUIRED_INPUT_MAX
enum LZMA_REQUIRED_INPUT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

CLzmaDec
struct CLzmaDec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLzmaProps
struct CLzmaProps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta