C# Class FileScanner.SearchSummary.PositionAwareStreamReader

Inheritance: System.IO.StreamReader
Afficher le fichier Open project: kzemek/FileScanner Class Usage Examples

Méthodes publiques

Méthode Description
PositionAwareStreamReader ( Stream stream, Encoding encoding ) : System
Read ( ) : int
Read ( char buffer, int offset, int count ) : int
ReadToEnd ( ) : string
Seek ( long position ) : void

Method Details

PositionAwareStreamReader() public méthode

public PositionAwareStreamReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

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

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string

Seek() public méthode

public Seek ( long position ) : void
position long
Résultat void