| AbstractRegexLogFormat | 
 Skeleton implementation of a regular expression based LogFormat class. 
 | 
| AbstractTextReader | 
 A generic reader of text data representing a stream of records. 
 | 
| AbstractTextWriter | 
 A generic writer of text data representing a stream of records. 
 | 
| ARFFAnalyzer.Analysis | 
 Contains the results of analyzing an ARFF file. 
 | 
| ARFFMode | 
 Defines valid representation types for ARFF instance data. 
 | 
| DelimitedTextAnalyzer.Analysis | 
 Contains the results of an analysis of a delimited text file. 
 | 
| FieldDelimiterSettings | 
 A container for structural information about a text file containing delimited records. 
 | 
| FieldDelimiterSpecifier | 
 A collection of structural information about a text file consisting of
 delimited-field records. 
 | 
| FormatAnalyzer | 
 A generic format analyzer for log files. 
 | 
| FormatAnalyzer.FormatAnalysis | 
 Contains the results of analyzing a file. 
 | 
| JsonRecordReader.JsonFieldReader | 
  | 
| JsonTextAnalyzer.JsonAnalysis | 
 Contains the results of the analysis of a json text file. 
 | 
| LogFormat | 
  | 
| ParseException | 
 Exception indicating a parsing error. 
 | 
| ReadDelimitedText | 
 Reads a text file of delimited records as record tokens. 
 | 
| ReadFixedText | 
 Reads a text file of fixed-width records as record tokens. 
 | 
| ReadJSON | 
 The ReadJSON operator reads a JSON file of key-value pairs or array of objects 
 as record tokens. 
 | 
| ReadLog | 
 Reads a log file as record tokens. 
 | 
| RecordLengthErrorAction | 
 The actions supported when a record length error occurs. 
 | 
| RecordSeparatorSettings | 
 A container for structural information about a file containing text records. 
 | 
| RecordSeparatorSpecifier | 
 A collection of structural information about a text file consisting of records. 
 | 
| RowTooLongException | 
 Exception thrown when the number of characters in the first row of a
 delimited text file exceeds the maximum allowed. 
 | 
| SupportedLogType | 
 Enumerated type that provides factory constructors for the supported log formats. 
 |