FileHandle

object FileHandle
Companion:
class
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 (hidden)
@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 (hidden)