Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Caucho
IIS
TempBuffer
init
Caucho.IIS.TempBuffer.init C# (CSharp) Method
TempBuffer Class Documentation
Exibir arquivo
Open project: mdaniel/svn-caucho-com-resin
init()
private
method
private
init
(
int
capacity
) :
void
capacity
int
return
void
private void init(int capacity) { _bytes = new byte[capacity]; _offset = 0; }
TempBuffer
Allocate
Free
GetBuffer
Reset
TempBuffer
init