C# Class IrcShark.Extensions.Scripting.Buffer

The Buffer class describes a buffer to get characters from.
ファイルを表示 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