Module datarush.library
Class FormatAnalyzer.FormatAnalysis
- java.lang.Object
-
- com.pervasive.datarush.operators.io.textfile.FormatAnalyzer.FormatAnalysis
-
- Direct Known Subclasses:
ELFAnalyzer.ELFAnalysis
- Enclosing class:
- FormatAnalyzer
public static class FormatAnalyzer.FormatAnalysis extends Object
Contains the results of analyzing a file.
-
-
Constructor Summary
Constructors Constructor Description FormatAnalysis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNewline()
Gets the newline characters discovered in the source file.protected void
setNewline(String newline)
-