C# Class GenBank.GenBankParser

Show file Open project: igemsoftware/BU_Wellesley_Software_2011 Class Usage Examples

Public Methods

Method Description
CloseFile ( ) : void
GenBankParser ( string _file ) : System
OpenFile ( string _file ) : void

Opens the specified file, reads everything in as a stream, then splits the stream into an array of lines.

ParseFile ( ) : void

Private Methods

Method Description
addGene ( ) : void

Method Details

CloseFile() public method

public CloseFile ( ) : void
return void

GenBankParser() public method

public GenBankParser ( string _file ) : System
_file string
return System

OpenFile() public method

Opens the specified file, reads everything in as a stream, then splits the stream into an array of lines.
public OpenFile ( string _file ) : void
_file string
return void

ParseFile() public method

public ParseFile ( ) : void
return void