Method | Description | |
---|---|---|
Close ( ) : void | ||
FilterReader ( string fileName ) : System | ||
Read ( char array, int offset, int count ) : int |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public FilterReader ( string fileName ) : System | ||
fileName | string | |
return | System |
public Read ( char array, int offset, int count ) : int | ||
array | char | |
offset | int | |
count | int | |
return | int |