channel
os.write.channel
object channel extends Path => SeekableByteChannel
Opens a SeekableByteChannel to write to the given file.
Attributes
- Graph
-
- Supertypes
- Self type
-
channel.type
Members list
Type members
Classlikes
object append extends Path => SeekableByteChannel
Opens a SeekableByteChannel to write to the given file.
object over extends Path => SeekableByteChannel
Opens a SeekableByteChannel to write to the given file.
Value members
Concrete methods
Inherited methods
In this article