AsyncFile
AsyncFile
buildinfo
BuildInfo
de.sciss.asyncfile
AsyncChannel
AsyncFile
AsyncFileCompanion
AsyncFileSystem
AsyncFileSystemProvider
AsyncReadableByteBuffer
AsyncReadableByteChannel
AsyncWritableByteChannel
DesktopFile
DesktopFile
DesktopFileSystem
DesktopFileSystemProvider
DesktopWritableFile
FileInfo
FileInfo
FileNotFoundException
Ops
URIOps
UnsupportedFileSystemException
de.sciss.asyncfile.impl
DesktopFileImpl
AsyncFile
/
de.sciss.asyncfile
/
AsyncFile
AsyncFile
object
AsyncFile
extends
AsyncFileCompanion
Graph
Supertypes
trait
AsyncFileCompanion
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
addFileSystemProvider
(fs:
AsyncFileSystemProvider
):
Unit
Inherited from
AsyncFileCompanion
def
fileSystemProviders
:
Iterable
[
AsyncFileSystemProvider
]
Inherited from
AsyncFileCompanion
def
getFileSystemProvider
(uri:
URI
):
Option
[
AsyncFileSystemProvider
]
Inherited from
AsyncFileCompanion
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