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, analyzepublic FormatAnalyzer.FormatAnalysis analyze(Reader input) throws IOException, ParseException
FormatAnalyzeranalyze in class FormatAnalyzerinput - 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.