public class ELFAnalyzer extends FormatAnalyzer
Modifier and Type | Class and Description |
---|---|
static class |
ELFAnalyzer.ELFAnalysis |
FormatAnalyzer.FormatAnalysis
Constructor and Description |
---|
ELFAnalyzer() |
Modifier and Type | Method and Description |
---|---|
FormatAnalyzer.FormatAnalysis |
analyze(Reader input)
Analyze the given character stream as log data.
|
analyze, analyze, analyze
public FormatAnalyzer.FormatAnalysis analyze(Reader input) throws IOException, ParseException
FormatAnalyzer
analyze
in class FormatAnalyzer
input
- the data stream to analyzeIOException
- if any I/O errors occur while reading the source fileParseException
- if the file cannot be parsed or is otherwise malformedCopyright © 2020 Actian Corporation. All rights reserved.