Method | Description | |
---|---|---|
FixAsciiControlsReader ( TextReader inp ) : System |
The look-ahead size is 6 at maximum («)
|
|
Read ( char cbuf, int off, int len ) : int |
Method | Description | |
---|---|---|
ProcessChar ( char ch ) : char |
Processes numeric escaped chars to find out if they are a control character.
|
public FixAsciiControlsReader ( TextReader inp ) : System | ||
inp | TextReader | |
return | System |
public Read ( char cbuf, int off, int len ) : int | ||
cbuf | char | |
off | int | |
len | int | |
return | int |