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
IrcShark
Extensions
Scripting
Buffer
C# Class IrcShark.Extensions.Scripting.Buffer
The Buffer class describes a buffer to get characters from.
Exibir arquivo
Open project: hapm/IrcShark
Public Methods
Method
Description
GetString
(
int
beg
,
int
end
) :
string
Peek
( ) :
int
Read
( ) :
int
Protected Methods
Method
Description
Close
( ) :
void
Method Details
Close()
protected
abstract
method
protected
abstract
Close
( ) :
void
return
void
GetString()
public
abstract
method
public
abstract
GetString
(
int
beg
,
int
end
) :
string
beg
int
end
int
return
string
Peek()
public
abstract
method
public
abstract
Peek
( ) :
int
return
int
Read()
public
abstract
method
public
abstract
Read
( ) :
int
return
int