C# Class lw_common.parse.parsers.file.file_parser_base

Inheritance: log_parser_base
Afficher le fichier Open project: jtorjo/logwizard

Protected Properties

Свойство Type Description
entries_ memory_optimized_list
string_ large_string

Méthodes publiques

Méthode Description
file_parser_base ( LogWizard.file_text_reader reader ) : System
force_reload ( ) : void
line_at ( int idx ) : LogWizard.line
read_to_end ( ) : void

Méthodes protégées

Méthode Description
on_new_lines ( string new_lines ) : void

Method Details

file_parser_base() public méthode

public file_parser_base ( LogWizard.file_text_reader reader ) : System
reader LogWizard.file_text_reader
Résultat System

force_reload() public méthode

public force_reload ( ) : void
Résultat void

line_at() public méthode

public line_at ( int idx ) : LogWizard.line
idx int
Résultat LogWizard.line

on_new_lines() protected abstract méthode

protected abstract on_new_lines ( string new_lines ) : void
new_lines string
Résultat void

read_to_end() public méthode

public read_to_end ( ) : void
Résultat void

Property Details

entries_ protected_oe property

protected memory_optimized_list entries_
Résultat memory_optimized_list

string_ protected_oe property

protected large_string string_
Résultat large_string