C# Class MoreInternals.Helpers.FileLookup

Inheritance: IFileLookup
Mostra file Open project: kevin-montrose/More

Public Properties

Property Type Description
Singleton FileLookup

Public Methods

Method Description
Exists ( string file ) : bool
Find ( string file ) : TextReader
OpenWrite ( string file ) : TextWriter
ReadRaw ( string file ) : Stream

Private Methods

Method Description
FileLookup ( ) : System

Method Details

Exists() public method

public Exists ( string file ) : bool
file string
return bool

Find() public method

public Find ( string file ) : TextReader
file string
return TextReader

OpenWrite() public method

public OpenWrite ( string file ) : TextWriter
file string
return System.IO.TextWriter

ReadRaw() public method

public ReadRaw ( string file ) : Stream
file string
return Stream

Property Details

Singleton public_oe static_oe property

public static FileLookup,MoreInternals.Helpers Singleton
return FileLookup