C# Class Caucho.IIS.TempBuffer

Afficher le fichier Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Méthodes publiques

Méthode Description
Allocate ( ) : TempBuffer
GetBuffer ( ) : byte[]
Reset ( ) : void
TempBuffer ( ) : System
TempBuffer ( int capacity ) : System

Private Methods

Méthode Description
Free ( TempBuffer tempBuf ) : void
init ( int capacity ) : void

Method Details

Allocate() public static méthode

public static Allocate ( ) : TempBuffer
Résultat TempBuffer

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void

TempBuffer() public méthode

public TempBuffer ( ) : System
Résultat System

TempBuffer() public méthode

public TempBuffer ( int capacity ) : System
capacity int
Résultat System