C# Class UpkManager.Lzo.Lzo2

Mostrar archivo Open project: stricq/UPKManager Class Usage Examples

Private Methods

Method Description
lzo1x_1_compress_32 ( byte src, int src_len, byte dst, int &dst_len, byte wrkmem ) : int
lzo1x_1_compress_64 ( byte src, int src_len, byte dst, int &dst_len, byte wrkmem ) : int
lzo1x_decompress_32 ( byte src, int src_len, byte dst, int &dst_len, byte wrkmem ) : int
lzo1x_decompress_64 ( byte src, int src_len, byte dst, int &dst_len, byte wrkmem ) : int
lzo_init_32 ( uint v, int s1, int s2, int s3, int s4, int s5, int s6, int s7, int s8, int s9 ) : int
lzo_init_64 ( uint v, int s1, int s2, int s3, int s4, int s5, int s6, int s7, int s8, int s9 ) : int
lzo_version_date ( ) : string
lzo_version_string_32 ( ) : IntPtr
lzo_version_string_64 ( ) : IntPtr