C# Class ManagedXZ.lzma_stream

Show file Open project: goldenbull/ManagedXZ Class Usage Examples

Public Properties

Property Type Description
avail_in System.UIntPtr
avail_out System.UIntPtr
next_in System.IntPtr
next_out System.IntPtr
total_in System.UInt64
total_out System.UInt64

Property Details

avail_in public property

public UIntPtr,System avail_in
return System.UIntPtr

avail_out public property

public UIntPtr,System avail_out
return System.UIntPtr

next_in public property

public IntPtr,System next_in
return System.IntPtr

next_out public property

public IntPtr,System next_out
return System.IntPtr

total_in public property

public UInt64,System total_in
return System.UInt64

total_out public property

public UInt64,System total_out
return System.UInt64