C# Class TagTool.IO.ConsoleHistory.Reader

Inheritance: TextReader
Exibir arquivo Open project: TheGuardians/TagTool

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void
CreateObjRef ( Type requestedType ) : ObjRef
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadAsync ( char buffer, int index, int count ) : Task
ReadBlockAsync ( char buffer, int index, int count ) : Task
ReadLine ( ) : string
ReadLineAsync ( ) : Task
ReadToEnd ( ) : string
ReadToEndAsync ( ) : Task
Reader ( TextReader baseReader ) : System

Method Details

Close() public method

public Close ( ) : void
return void

CreateObjRef() public method

public CreateObjRef ( Type requestedType ) : ObjRef
requestedType System.Type
return System.Runtime.Remoting.ObjRef

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadAsync() public method

public ReadAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
return Task

ReadBlockAsync() public method

public ReadBlockAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
return Task

ReadLine() public method

public ReadLine ( ) : string
return string

ReadLineAsync() public method

public ReadLineAsync ( ) : Task
return Task

ReadToEnd() public method

public ReadToEnd ( ) : string
return string

ReadToEndAsync() public method

public ReadToEndAsync ( ) : Task
return Task

Reader() public method

public Reader ( TextReader baseReader ) : System
baseReader TextReader
return System