Property | Type | Description | |
---|---|---|---|
DefaultEncoding | Encoding |
Method | Description | |
---|---|---|
AsyncTextReader ( IAsyncDataSource dataSource, |
||
AsyncTextReader ( IAsyncDataSource dataSource, bool ownsDataSource = true ) : System | ||
Dispose ( ) : void | ||
DisposeAndGetRemainingBytes ( ) : ArraySegment |
||
Peek ( ) : Future |
||
Read ( bool advance = true ) : Future |
||
Read ( char buffer, int offset, int count ) : Future |
||
ReadLine ( ) : Future |
||
ReadToEnd ( ) : Future |
Method | Description | |
---|---|---|
AllocateBuffer ( ) : void | ||
DecodeBuffer ( int bytesInBuffer ) : void | ||
DecodeMoreData ( ) : Future |
||
GetCurrentCharacter ( char &value ) : bool | ||
GetCurrentCharacterAndAdvance ( char &value ) : bool | ||
ReadDecodedCharactersUntilSentinel ( CharacterBuffer buffer, char sentinel ) : bool | ||
ReadMoreData ( ) : Future |
||
ReadNextCharacter ( ) : bool | ||
ReturnBufferValue ( StringBuilder buffer ) : string |
public AsyncTextReader ( IAsyncDataSource dataSource, |
||
dataSource | IAsyncDataSource | |
encoding | ||
bufferSize | int | |
ownsDataSource | bool | |
return | System |
public AsyncTextReader ( IAsyncDataSource dataSource, bool ownsDataSource = true ) : System | ||
dataSource | IAsyncDataSource | |
ownsDataSource | bool | |
return | System |
public DisposeAndGetRemainingBytes ( ) : ArraySegment |
||
return | ArraySegment |
public Read ( char buffer, int offset, int count ) : Future |
||
buffer | char | |
offset | int | |
count | int | |
return | Future |