C# Class openABAP.Coco.Buffer

Afficher le fichier Open project: bi-tm/openABAP

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
ReadNextStreamChunk ( ) : int

Method Details

Buffer() protected méthode

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

Buffer() public méthode

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

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