C# Class IrcShark.Extensions.Scripting.StreamBuffer

Description of StreamBuffer.
Inheritance: Buffer
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Close ( ) : void
StreamBuffer ( StreamBuffer b ) : System

Private Methods

Méthode Description
ReadNextStreamChunk ( ) : int

Method Details

Close() protected méthode

protected Close ( ) : void
Résultat void

GetString() public méthode

public GetString ( int beg, int end ) : string
beg int
end int
Résultat string

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

StreamBuffer() public méthode

public StreamBuffer ( Stream s, bool isUserStream ) : System
s Stream
isUserStream bool
Résultat System

StreamBuffer() protected méthode

protected StreamBuffer ( StreamBuffer b ) : System
b StreamBuffer
Résultat System