C# Class Caucho.IIS.TempBuffer

Datei anzeigen Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Public Methods

Method Description
Allocate ( ) : TempBuffer
GetBuffer ( ) : byte[]
Reset ( ) : void
TempBuffer ( ) : System
TempBuffer ( int capacity ) : System

Private Methods

Method Description
Free ( TempBuffer tempBuf ) : void
init ( int capacity ) : void

Method Details

Allocate() public static method

public static Allocate ( ) : TempBuffer
return TempBuffer

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

Reset() public method

public Reset ( ) : void
return void

TempBuffer() public method

public TempBuffer ( ) : System
return System

TempBuffer() public method

public TempBuffer ( int capacity ) : System
capacity int
return System