Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
bigloo
buffer
C# Class bigloo.buffer
Mostra file
Open project: mbrock/bigloo-llvm
Public Properties
Property
Type
Description
buf
byte[]
pos
int
Public Methods
Method
Description
ToString
( ) :
String
add
(
String
s
) :
void
add
(
byte
s
) :
void
buffer
(
int
size
) :
System
Private Methods
Method
Description
blit
(
byte
s
) :
void
Method Details
ToString()
public
method
public
ToString
( ) :
String
return
String
add()
public
method
public
add
(
String
s
) :
void
s
String
return
void
add()
public
method
public
add
(
byte
s
) :
void
s
byte
return
void
buffer()
public
method
public
buffer
(
int
size
) :
System
size
int
return
System
Property Details
buf
public_oe property
public
byte[]
buf
return
byte[]
pos
public_oe property
public
int
pos
return
int