FileHandle

fs2.io.file.FileHandle$
See theFileHandle companion trait
object FileHandle

Attributes

Companion:
trait
Source:
FileHandle.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Deprecated and Inherited methods

def fromFileChannel[F[_] : Async](channel: F[FileChannel]): Resource[F, FileHandle[F]]

Attributes

Deprecated
true
Inherited from:
FileHandleCompanionPlatform (hidden)
Source:
FileHandlePlatform.scala
def fromPath[F[_] : Async](path: Path, flags: Seq[OpenOption]): Resource[F, FileHandle[F]]

Attributes

Deprecated
true
Inherited from:
FileHandleCompanionPlatform (hidden)
Source:
FileHandlePlatform.scala