FileSystem

gridscale.effectaside.`package`.FileSystem
See theFileSystem companion object
class FileSystem

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def list(p: Path): Vector[File]
def read(path: Path): String
def readStream[T](path: Path)(f: InputStream => T): T
def writeStream[T](path: Path)(f: OutputStream => T): T