C# Class System.util.PushbackStream

Inheritance: FilterStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
PushbackStream ( Stream s ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Unread ( int b ) : void

Method Details

PushbackStream() public méthode

public PushbackStream ( Stream s ) : System
s Stream
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Unread() public méthode

public Unread ( int b ) : void
b int
Résultat void