class Fileish
extends Chars

A common interface for File-based things and Stream-based things. (In particular, io.File and JarEntry.)

Constructors

Fileish ( path: Path , input: () => InputStream )

Members

val input : () => InputStream
val path : Path
lazy val pkgFromPath : String
lazy val pkgFromSource : String
private lazy val pkgLines : Iterator [ String ]
def inputStream ( ) : InputStream
def isSourceFile : Boolean
def name : String
def parent : Directory
override def toString : String