inputStream

object inputStream extends ReadablePath => InputStream

Opens a java.io.InputStream to read from the given file

trait ReadablePath => InputStream
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(p: ReadablePath): InputStream

Inherited methods

@unspecialized
def andThen[A](g: InputStream => A): ReadablePath => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => ReadablePath): A => InputStream
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1