Indexed File Analyzer
class IndexedFileAnalyzer(configuration: IndexedFileAnalyzerConfiguration)
Content copied to clipboard
The IndexedFileAnalyzer understands options that are specified in detail in OptionKey, but listed in brief here:
-c --counts
Show record counts before each record, or the total count if neither -b nor -t is specified. -s --sizes Show record size before each record. -b --binary Output records contents in hex. -t --text Decode records as UTF-8 strings. If combined with -b, show printable ASCII characters to the right of the hex. -x=
--explode= Write each record to a separate file in the specified directory. -m --metadata Process the file's metadata, if present. -l= --lower= The zero-based lowest record number to process. Must be ≥ 0. -u= --upper= The zero-based upper record number to process. Must be ≥ -1. Content copied to clipboard
-?
Display help text containing a description of the application and an enumeration of its options.
Content copied to clipboard
The name of the IndexedFile to analyze.
Content copied to clipboard
Author
Mark van Gulik
Richard Arriaga
Constructors
Types
Functions
Link copied to clipboard
Analyze the indexedFile writing the results of the analysis to the provided PrintStream.