C# 클래스 ComponentAce.Compression.Libs.ZLib.ZLibUtil.CopyLargeArrayToSmall

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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

메소드 상세

CopyData() 공개 정적인 메소드

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
리턴 int

GetRemainingDataSize() 공개 정적인 메소드

public static GetRemainingDataSize ( ) : int
리턴 int

Initialize() 공개 정적인 메소드

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
리턴 void