Package

monix.nio

file

Permalink

package file

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

Type Members

  1. class AsyncFileReaderObservable extends AsyncReadChannel with Observable[Array[Byte]]

    Permalink
  2. class AsyncFileWriterConsumer extends Consumer[Array[Byte], Long]

    Permalink

Value Members

  1. def appendAsync(path: Path, startPosition: Long, flags: Seq[StandardOpenOption] = Seq.empty, executorService: Option[ExecutorService] = None, onOpenError: (Throwable) ⇒ Unit = _ => ()): AsyncFileWriterConsumer

    Permalink
  2. package internal

    Permalink
  3. def readAsync(path: Path, chunkSize: Int, executorService: Option[ExecutorService] = None, onOpenError: (Throwable) ⇒ Unit = _ => ()): AsyncFileReaderObservable

    Permalink
  4. def writeAsync(path: Path, flags: Seq[StandardOpenOption] = Seq.empty, executorService: Option[ExecutorService] = None, onOpenError: (Throwable) ⇒ Unit = _ => ()): AsyncFileWriterConsumer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped