Packages

o

org.mongodb.scala.gridfs.helpers

AsynchronousChannelHelper

object AsynchronousChannelHelper

A helper class to convert to AsynchronousByteChannel or AsynchronousFileChannel instances into org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.

Annotations
@deprecated
Deprecated

(Since version 2.8.0) Use Observable[ByteBuffer] instead

Since

1.2

Note

Requires Java 7 or greater.

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

Value Members

  1. def channelToInputStream(asynchronousFileChannel: AsynchronousFileChannel): AsyncInputStream

    Converts a AsynchronousFileChannel into a AsyncInputStream

    Converts a AsynchronousFileChannel into a AsyncInputStream

    asynchronousFileChannel

    the AsynchronousFileChannel

    returns

    the AsyncInputStream

  2. def channelToInputStream(asynchronousByteChannel: AsynchronousByteChannel): AsyncInputStream

    Converts a AsynchronousByteChannel into a AsyncInputStream

    Converts a AsynchronousByteChannel into a AsyncInputStream

    asynchronousByteChannel

    the AsynchronousByteChannel

    returns

    the AsyncInputStream

  3. def channelToOutputStream(asynchronousFileChannel: AsynchronousFileChannel): AsyncOutputStream

    Converts a AsynchronousFileChannel into a AsyncOutputStream

    Converts a AsynchronousFileChannel into a AsyncOutputStream

    asynchronousFileChannel

    the AsynchronousFileChannel

    returns

    the AsyncOutputStream

  4. def channelToOutputStream(asynchronousByteChannel: AsynchronousByteChannel): AsyncOutputStream

    Converts a AsynchronousByteChannel into a AsyncOutputStream

    Converts a AsynchronousByteChannel into a AsyncOutputStream

    asynchronousByteChannel

    the AsynchronousByteChannel

    returns

    the AsyncOutputStream