Packages

object IO

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _findLeaves(dir: File, suffix: String): List[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classpathResourceAsString(filename: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def convertStreamToString(is: InputStream): String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def findLeaves(dirname: String, suffix: String): List[String]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getLine(): String
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def inputStream[F[_]](f: File, guard: Semaphore[F])(implicit arg0: Sync[F]): Resource[F, FileInputStream]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def outputStream[F[_]](f: File, guard: Semaphore[F])(implicit arg0: Sync[F]): Resource[F, FileOutputStream]
  21. def prefixedDisplay(prefix: String)(display: (String) => Unit): (String) => Unit
  22. def readAllLines[F[_]](bufferedReader: BufferedReader, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): F[List[String]]
  23. def readContent[F[_]](bufferedReader: BufferedReader, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): F[String]
  24. def readContentFromFile[F[_]](file: File, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): F[String]
  25. def readLinesFromFile[F[_]](file: File, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): F[List[String]]
  26. def reader[F[_]](file: File, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): Resource[F, BufferedReader]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def transfer[F[_]](origin: InputStream, destination: OutputStream)(implicit arg0: Sync[F]): F[Long]
  30. def transmit[F[_]](origin: InputStream, destination: OutputStream, buffer: Array[Byte], acc: Long)(implicit arg0: Sync[F]): F[Long]

    Returns the actual amount of bytes transmitted

    Returns the actual amount of bytes transmitted

    From https://typelevel.org/cats-effect/tutorial/tutorial.html

  31. def urlToCachedFileToLines[F[_]](source: URL, cacheDir: String, filename: String, blocker: Blocker)(implicit arg0: ContextShift[F], arg1: Sync[F]): F[List[String]]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped