C# 클래스 Bend.EmailIndexerTest.EmailInjector

파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
EmailInjector ( LayerManager db, DbgGUI gui ) : System
UnixReadLine ( Stream stream ) : string
do_test ( DbgGUI window, string args ) : void
parse_email_messages ( ) : void
parse_msg ( LayerWriteGroup txwg, string docid, string msgtxt, int &numwords ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

EmailInjector() 공개 메소드

public EmailInjector ( LayerManager db, DbgGUI gui ) : System
db LayerManager
gui DbgGUI
리턴 System

UnixReadLine() 공개 정적인 메소드

public static UnixReadLine ( Stream stream ) : string
stream Stream
리턴 string

do_test() 공개 정적인 메소드

public static do_test ( DbgGUI window, string args ) : void
window DbgGUI
args string
리턴 void

parse_email_messages() 공개 메소드

public parse_email_messages ( ) : void
리턴 void

parse_msg() 공개 메소드

public parse_msg ( LayerWriteGroup txwg, string docid, string msgtxt, int &numwords ) : void
txwg LayerWriteGroup
docid string
msgtxt string
numwords int
리턴 void