C# Class Hansha.ByteArrayExtension

Show file Open project: Deathspike/Hansha

Public Methods

Method Description
CompressQuick ( this uncompressed, int offset, int count, byte compressed ) : int
DecompressQuick ( this compressed, byte uncompressed ) : int

Method Details

CompressQuick() public static method

public static CompressQuick ( this uncompressed, int offset, int count, byte compressed ) : int
uncompressed this
offset int
count int
compressed byte
return int

DecompressQuick() public static method

public static DecompressQuick ( this compressed, byte uncompressed ) : int
compressed this
uncompressed byte
return int