channel

os.write.channel
object channel extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
channel.type

Members list

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
append.type
object over extends Path => SeekableByteChannel

Opens a SeekableByteChannel to write to the given file.

Opens a SeekableByteChannel to write to the given file.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
over.type

Value members

Concrete methods

Inherited methods

def andThen[A](g: SeekableByteChannel => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Path): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1