IOUtil

object IOUtil
class Object
trait Matchable
class Any

Value members

Concrete methods

def findPath(path: String): Option[File]
def findPath(path: File): Option[File]
def randomPort: Int
def readAsString(f: File): String
def readAsString(url: URL): String
def readAsString(resourcePath: String): String
def readAsString(in: InputStream): String
def readFully[U](in: InputStream)(f: Array[Byte] => U): U
def unusedPort: Int
def withResource[Resource <: AutoCloseable, U](resource: Resource)(body: Resource => U): U
def withTempFile[U](name: String, suffix: String, dir: String)(body: File => U): U