getStdoutList

abstract fun getStdoutList(): List<String>

获取从标准输入流读取的行列表。 该列表包含了命令执行过程中从标准输入流读取的所有行。

Return

从标准输入流读取的行列表。