C# 클래스 Caucho.IIS.TempBuffer

파일 보기 프로젝트 열기: mdaniel/svn-caucho-com-resin 1 사용 예제들

공개 메소드들

메소드 설명
Allocate ( ) : TempBuffer
GetBuffer ( ) : byte[]
Reset ( ) : void
TempBuffer ( ) : System
TempBuffer ( int capacity ) : System

비공개 메소드들

메소드 설명
Free ( TempBuffer tempBuf ) : void
init ( int capacity ) : void

메소드 상세

Allocate() 공개 정적인 메소드

public static Allocate ( ) : TempBuffer
리턴 TempBuffer

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TempBuffer() 공개 메소드

public TempBuffer ( ) : System
리턴 System

TempBuffer() 공개 메소드

public TempBuffer ( int capacity ) : System
capacity int
리턴 System