C# Class IrcShark.Extensions.Scripting.StreamBuffer

Description of StreamBuffer.
Inheritance: Buffer
ファイルを表示 Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int
StreamBuffer ( Stream s, bool isUserStream ) : System

Protected Methods

Method Description
Close ( ) : void
StreamBuffer ( StreamBuffer b ) : System

Private Methods

Method Description
ReadNextStreamChunk ( ) : int

Method Details

Close() protected method

protected Close ( ) : void
return void

GetString() public method

public GetString ( int beg, int end ) : string
beg int
end int
return string

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

StreamBuffer() public method

public StreamBuffer ( Stream s, bool isUserStream ) : System
s Stream
isUserStream bool
return System

StreamBuffer() protected method

protected StreamBuffer ( StreamBuffer b ) : System
b StreamBuffer
return System