channel

object channel extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

class Object
trait Matchable
class Any
channel.type

Type members

Classlikes

object append extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

Opens a SeekableByteChannel to write to the given file.

object over extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

Opens a SeekableByteChannel to write to the given file.

Value members

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