analyze

fun analyze(output: PrintStream)

Analyze the indexedFile writing the results of the analysis to the provided PrintStream.

Parameters

output

The PrintStream to write analysis results to.


fun analyze(recordAcceptor: (String) -> Unit)

Analyze the indexedFile writing the results of the analysis to the provided PrintStream.

Parameters

recordAcceptor

The lambda that accepts a constructed record string that reports on an IndexedFile record from the file.