Метод | Описание | |
---|---|---|
PositionAwareStreamReader ( Stream stream, |
||
Read ( ) : int | ||
Read ( char buffer, int offset, int count ) : int | ||
ReadToEnd ( ) : string | ||
Seek ( long position ) : void |
public PositionAwareStreamReader ( Stream stream, |
||
stream | Stream | |
encoding | ||
Результат | System |
public Read ( char buffer, int offset, int count ) : int | ||
buffer | char | |
offset | int | |
count | int | |
Результат | int |