C# 클래스 GenBank.GenBankParser

파일 보기 프로젝트 열기: igemsoftware/BU_Wellesley_Software_2011 1 사용 예제들

공개 메소드들

메소드 설명
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