C# Класс GenBank.GenBankParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
addGene ( ) : void

Описание методов

CloseFile() публичный Метод

public CloseFile ( ) : void
Результат void

GenBankParser() публичный Метод

public GenBankParser ( string _file ) : System
_file string
Результат System

OpenFile() публичный Метод

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
Результат void

ParseFile() публичный Метод

public ParseFile ( ) : void
Результат void