C# 클래스 lw_common.parse.parsers.file.file_parser_base

상속: log_parser_base
파일 보기 프로젝트 열기: jtorjo/logwizard

보호된 프로퍼티들

프로퍼티 타입 설명
entries_ memory_optimized_list
string_ large_string

공개 메소드들

메소드 설명
file_parser_base ( LogWizard.file_text_reader reader ) : System
force_reload ( ) : void
line_at ( int idx ) : LogWizard.line
read_to_end ( ) : void

보호된 메소드들

메소드 설명
on_new_lines ( string new_lines ) : void

메소드 상세

file_parser_base() 공개 메소드

public file_parser_base ( LogWizard.file_text_reader reader ) : System
reader LogWizard.file_text_reader
리턴 System

force_reload() 공개 메소드

public force_reload ( ) : void
리턴 void

line_at() 공개 메소드

public line_at ( int idx ) : LogWizard.line
idx int
리턴 LogWizard.line

on_new_lines() 보호된 추상적인 메소드

protected abstract on_new_lines ( string new_lines ) : void
new_lines string
리턴 void

read_to_end() 공개 메소드

public read_to_end ( ) : void
리턴 void

프로퍼티 상세

entries_ 보호되어 있는 프로퍼티

protected memory_optimized_list entries_
리턴 memory_optimized_list

string_ 보호되어 있는 프로퍼티

protected large_string string_
리턴 large_string