AsyncFile

class Object
trait Matchable
class Any

Value members

Inherited methods

def getFileSystemProvider(scheme: String): Option[AsyncFileSystemProvider]
Inherited from
AsyncFileCompanion
def openRead(uri: URI)(executionContext: ExecutionContext): Future[AsyncReadableByteChannel]
Inherited from
AsyncFileCompanion
def openWrite(uri: URI)(executionContext: ExecutionContext): Future[AsyncWritableByteChannel]
Inherited from
AsyncFileCompanion

Inherited fields

val log: Logger
Inherited from
AsyncFileCompanion