Searched defs:inputStream (Results 1 – 2 of 2) sorted by relevance
49 val inputStream = FileInputStream(file) in <lambda>() constant95 val inputStream = FileInputStream(file) in <lambda>() constant
136 file.inputStream().use { inputStream -> Properties().apply { load(inputStream) } } in <lambda>() method