ChannelFactory

interface ChannelFactory

Factory for creating asynchronous I/O channels.

Inheritors

Functions

Link copied to clipboard
abstract fun openFileChannel(file: Path, vararg options: OpenOption): AsynchronousFileChannel
Link copied to clipboard
Link copied to clipboard
abstract fun shutdown()

Shuts down the factory and releases any resources.