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 Details

    • FormatAnalysis

      public FormatAnalysis()
  • Method Details

    • getNewline

      public String getNewline()
      Gets the newline characters discovered in the source file.
      Returns:
      the newline character used in the source
    • setNewline

      protected void setNewline(String newline)