JavaStreamUtils

class Object
trait Matchable
class Any

Value members

Concrete methods

def readLines(is: InputStream, closeables: Closeable*): Iterator[String]
def writeLinesToPath(path: String, debug: String)(input: Iterator[String]): Unit
def writeLinesToStream(os: OutputStream, debug: String)(input: Iterator[String]): Unit