C# Class Tools.CsReader

Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
fname string
lm LineManager

Public Methods

Method Description
CsReader ( CsReader inf, Encoding enc ) : System
CsReader ( string data ) : System
CsReader ( string fileName, Encoding enc ) : System
Eof ( ) : bool
Read ( ) : int
Read ( char arr, int offset, int count ) : int
ReadLine ( ) : string

Method Details

CsReader() public method

public CsReader ( CsReader inf, Encoding enc ) : System
inf CsReader
enc System.Text.Encoding
return System

CsReader() public method

public CsReader ( string data ) : System
data string
return System

CsReader() public method

public CsReader ( string fileName, Encoding enc ) : System
fileName string
enc System.Text.Encoding
return System

Eof() public method

public Eof ( ) : bool
return bool

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char arr, int offset, int count ) : int
arr char
offset int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

Property Details

fname public_oe property

public string fname
return string

lm public_oe property

public LineManager,Tools lm
return LineManager