lzma.ztypes

Undocumented in source.

Members

Aliases

Bool
alias Bool = bool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Byte
alias Byte = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Int16
alias Int16 = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Int32
alias Int32 = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Int64
alias Int64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRes
alias SRes = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SizeT
alias SizeT = size_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UInt16
alias UInt16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UInt32
alias UInt32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UInt64
alias UInt64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WRes
alias WRes = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ESzSeek
enum ESzSeek
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
False
anonymousenum False
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SZ_OK
anonymousenum SZ_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

IAlloc_Alloc
void IAlloc_Alloc(ISzAlloc* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
IAlloc_Free
void IAlloc_Free(ISzAlloc* p, void* a)
Undocumented in source. Be warned that the author may not have intended to support it.
LookInStream_LookRead
SRes LookInStream_LookRead(ILookInStream* stream, void* buf, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LookInStream_Read
SRes LookInStream_Read(ILookInStream* stream, void* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LookInStream_Read2
SRes LookInStream_Read2(ILookInStream* stream, void* buf, size_t size, SRes errorType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LookInStream_SeekTo
SRes LookInStream_SeekTo(ILookInStream* stream, UInt64 offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LookToRead_CreateVTable
void LookToRead_CreateVTable(CLookToRead* p, int lookahead)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LookToRead_Init
void LookToRead_Init(CLookToRead* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SecToLook_CreateVTable
void SecToLook_CreateVTable(CSecToLook* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SecToRead_CreateVTable
void SecToRead_CreateVTable(CSecToRead* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SeqInStream_Read
SRes SeqInStream_Read(ISeqInStream* stream, void* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SeqInStream_Read2
SRes SeqInStream_Read2(ISeqInStream* stream, void* buf, size_t size, SRes errorType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SeqInStream_ReadByte
SRes SeqInStream_ReadByte(ISeqInStream* stream, Byte* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Structs

CLookToRead
struct CLookToRead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CSecToLook
struct CSecToLook
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CSecToRead
struct CSecToRead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IByteIn
struct IByteIn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IByteOut
struct IByteOut
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ICompressProgress
struct ICompressProgress
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ILookInStream
struct ILookInStream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISeekInStream
struct ISeekInStream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISeqInStream
struct ISeqInStream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISeqOutStream
struct ISeqOutStream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISzAlloc
struct ISzAlloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta