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
Contains the results of analyzing a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the newline characters discovered in the source file.protected voidsetNewline(String newline)
-
Constructor Details
-
FormatAnalysis
public FormatAnalysis()
-
-
Method Details
-
getNewline
Gets the newline characters discovered in the source file.- Returns:
- the newline character used in the source
-
setNewline
-