C# Class ComponentAce.Compression.Libs.ZLib.ZLibUtil.CopyLargeArrayToSmall

Show file Open project: jschementi/iron

Public Methods

Method Description
CopyData ( ) : int

Copies large array which was passed as srcBuf to the Initialize method into the destination array which were passes as destBuff

GetRemainingDataSize ( ) : int
Initialize ( byte srcBuf, int srcOff, int srcDataLen, byte destBuff, int destOff, int destLen ) : void

Method Details

CopyData() public static method

Copies large array which was passed as srcBuf to the Initialize method into the destination array which were passes as destBuff
public static CopyData ( ) : int
return int

GetRemainingDataSize() public static method

public static GetRemainingDataSize ( ) : int
return int

Initialize() public static method

public static Initialize ( byte srcBuf, int srcOff, int srcDataLen, byte destBuff, int destOff, int destLen ) : void
srcBuf byte
srcOff int
srcDataLen int
destBuff byte
destOff int
destLen int
return void