createBriefJsonFromItfFile

fun createBriefJsonFromItfFile(filename: String, listener: CreateBriefJsonFromItfListener, executor: Executor? = null)

Creates brief json String from legacy ITF file

Parameters

filename

full path of ITF file

listener

CreateBriefJsonFromItfListener Listener which will be called upon completion

executor

executor which will execute listener's methods