C# 클래스 UnpackShell.DataTransformers.ZLibDecompressor

상속: IDataTransformer
파일 보기 프로젝트 열기: darkstar/gus 1 사용 예제들

공개 메소드들

메소드 설명
GetDescription ( ) : string
GetName ( ) : string
GetVersion ( ) : string
SetOption ( string option, object value ) : void
TransformData ( byte InBuffer, byte OutBuffer, int InLength, int &OutLength ) : TransformationResult

메소드 상세

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetVersion() 공개 메소드

public GetVersion ( ) : string
리턴 string

SetOption() 공개 메소드

public SetOption ( string option, object value ) : void
option string
value object
리턴 void

TransformData() 공개 메소드

public TransformData ( byte InBuffer, byte OutBuffer, int InLength, int &OutLength ) : TransformationResult
InBuffer byte
OutBuffer byte
InLength int
OutLength int
리턴 TransformationResult