DesktopFileImpl
final class DesktopFileImpl(val fileSystem: DesktopFileSystem, peer: AsynchronousFileChannel, f: File, readOnly: Boolean) extends DesktopWritableFile with CompletionHandler[Integer, Promise[Int]]
A wrapper around java.nio.channels.AsynchronousFileChannel
implementing the
AsyncWritableByteChannel
interface.
A wrapper around java.nio.channels.AsynchronousFileChannel
implementing the
AsyncWritableByteChannel
interface.
trait CompletionHandler[Integer, Promise[Int]]
trait DesktopWritableFile
trait AsyncWritableByteChannel
trait DesktopFile
trait AsyncReadableByteChannel
trait AsyncChannel
class Object
trait Matchable
class Any