java.lang.Object
com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
com.pervasive.datarush.operators.io.textfile.ELFAnalyzer
A format analyzer for Extended Log Format files. Will read up to the first
non-header line to gain structure information about a ELF file.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
FormatAnalyzer.FormatAnalysis -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnalyze the given character stream as log data.Methods inherited from class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
analyze, analyze, analyze
-
Constructor Details
-
ELFAnalyzer
public ELFAnalyzer()
-
-
Method Details
-
analyze
Description copied from class:FormatAnalyzerAnalyze the given character stream as log data.- Overrides:
analyzein classFormatAnalyzer- Parameters:
input- the data stream to analyze- Returns:
- the resulting analysis of the input
- Throws:
IOException- if any I/O errors occur while reading the source fileParseException- if the file cannot be parsed or is otherwise malformed
-