C# Class GenBank.GenBankParser

Afficher le fichier Open project: igemsoftware/BU_Wellesley_Software_2011 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
addGene ( ) : void

Method Details

CloseFile() public méthode

public CloseFile ( ) : void
Résultat void

GenBankParser() public méthode

public GenBankParser ( string _file ) : System
_file string
Résultat System

OpenFile() public méthode

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
Résultat void

ParseFile() public méthode

public ParseFile ( ) : void
Résultat void