append

object append extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

trait Path => SeekableByteChannel
class Object
trait Matchable
class Any
append.type

Value members

Concrete methods

def apply(p: Path): SeekableByteChannel

Inherited methods

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