C# 클래스 System.IO.Compression.FastEncoder

파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
FastEncoder ( bool doGZip ) : System
Finish ( byte outputBuffer ) : int
GetCompressedOutput ( byte outputBuffer ) : int
NeedsInput ( ) : bool
SetInput ( byte input, int startIndex, int count ) : void

메소드 상세

FastEncoder() 공개 메소드

public FastEncoder ( bool doGZip ) : System
doGZip bool
리턴 System

Finish() 공개 메소드

public Finish ( byte outputBuffer ) : int
outputBuffer byte
리턴 int

GetCompressedOutput() 공개 메소드

public GetCompressedOutput ( byte outputBuffer ) : int
outputBuffer byte
리턴 int

NeedsInput() 공개 메소드

public NeedsInput ( ) : bool
리턴 bool

SetInput() 공개 메소드

public SetInput ( byte input, int startIndex, int count ) : void
input byte
startIndex int
count int
리턴 void