channel

object channel extends Path => SeekableByteChannel

Opens a SeekableByteChannel to read from the given file.

class Object
trait Matchable
class Any
channel.type

Value members

Concrete methods

Inherited methods

def andThen[A](g: SeekableByteChannel => A): Path => A
Inherited from:
Function1
def compose[A](g: A => Path): A => SeekableByteChannel
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1