C# Class TESVSnip.Domain.Services.CompressHelper

Show file Open project: figment/tesvsnip Class Usage Examples

Public Properties

Property Type Description
CloseMethod System.Reflection.MethodInfo
CompressMethod System.Reflection.MethodInfo
DecompressMethod System.Reflection.MethodInfo
InitializeMethod System.Reflection.MethodInfo
VersionMethod System.Reflection.MethodInfo

Public Methods

Method Description
Close ( ) : void
Compress ( byte data, int offset, int length, int level ) : byte[]
Decompress ( byte data, int offset, int length, int compSize, int &level ) : byte[]
Initialize ( ) : void

Private Methods

Method Description
CompressHelper ( ) : System

Method Details

Close() public static method

public static Close ( ) : void
return void

Compress() public static method

public static Compress ( byte data, int offset, int length, int level ) : byte[]
data byte
offset int
length int
level int
return byte[]

Decompress() public static method

public static Decompress ( byte data, int offset, int length, int compSize, int &level ) : byte[]
data byte
offset int
length int
compSize int
level int
return byte[]

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

CloseMethod public static property

public static MethodInfo,System.Reflection CloseMethod
return System.Reflection.MethodInfo

CompressMethod public static property

public static MethodInfo,System.Reflection CompressMethod
return System.Reflection.MethodInfo

DecompressMethod public static property

public static MethodInfo,System.Reflection DecompressMethod
return System.Reflection.MethodInfo

InitializeMethod public static property

public static MethodInfo,System.Reflection InitializeMethod
return System.Reflection.MethodInfo

VersionMethod public static property

public static MethodInfo,System.Reflection VersionMethod
return System.Reflection.MethodInfo