open fun useLines(encoding: StringEncoding = defaultStringEncoding, byteOrder: ByteOrder = defaultByteOrder, block: (lines: Sequence<String>) -> Unit): Unit
Calls the block callback giving it a sequence of all the lines in the stream and closes it once the processing is complete.