JVMReaderImpl

class JVMReaderImpl extends Reader

It accepts a Path and then read the file using Java-based API.

trait Reader
class Object
trait Matchable
class Any

Value members

Concrete methods

override def read(filePath: FilePath): Task[String]
Definition Classes