프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultEncoding | Encoding |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public AsyncTextReader ( IAsyncDataSource dataSource, bool ownsDataSource = true ) : System | ||
dataSource | IAsyncDataSource | |
ownsDataSource | bool | |
리턴 | System |
public DisposeAndGetRemainingBytes ( ) : ArraySegment |
||
리턴 | ArraySegment |
public Read ( char buffer, int offset, int count ) : Future |
||
buffer | char | |
offset | int | |
count | int | |
리턴 | Future |