Zip

object Zip
class Object
trait Matchable
class Any

Type members

Types

type RelativePath = String

Value members

Concrete methods

def content(in: FilePath, pred: String => Boolean): Content

will contain '/' if nesting

will contain '/' if nesting

def streamLines(in: FilePath): (Iterator[Line], Closeable)
def streamLines(in: FilePath, pred: String => Boolean): (Iterator[Line], Closeable)