FileHandle

object FileHandle extends FileHandleCompanionPlatform
Companion
class
trait FileHandleCompanionPlatform
class Object
trait Matchable
class Any

Value members

Deprecated and Inherited methods

@deprecated("Use Files[F].openFileChannel", "3.0.0")
def fromFileChannel[F[_] : Async](channel: F[FileChannel]): Resource[F, FileHandle[F]]
Deprecated
Inherited from
FileHandleCompanionPlatform
@deprecated("Use Files[F].open", "3.0.0")
def fromPath[F[_] : Async](path: Path, flags: Seq[OpenOption]): Resource[F, FileHandle[F]]
Deprecated
Inherited from
FileHandleCompanionPlatform